diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/README.md b/README.md index 1013003..15988a9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # otl-metromerger -Simulate the merger (or redistricting) of smaller polygon areas into larger regions, with Leaflet thematic hover map +Simulate the merger of smaller polygon areas into larger regions, with Leaflet thematic hover map ## Link https://ontheline.github.io/otl-metromerger/index.html -## Shortcode to embed in http://OnTheLine.trincoll.edu -``` - -``` +## TO DO: Embed in book +https://ontheline.trincoll.edu ## Data CT Open Data, Municipal Fiscal Indicators 2021 https://data.ct.gov/Local-Government/Municipal-Fiscal-Indicators-Economic-and-Grand-Lis/jrwx-mxhm/about_data @@ -17,16 +15,17 @@ CT Open Data, Municipal Fiscal Indicators 2021 https://data.ct.gov/Local-Governm - Equalized Net Grand List (ENGL) as "taxable property" (from CT OPM) ## Credits -- Thanks to the creator of the Leaflet Interactive Choropleth Map tutorial (http://leafletjs.com/examples/choropleth.html) -- Thanks to @alvinschang at CT Mirror for creating functions to display info window data, based on examples such as http://projects.ctmirror.org/content/2014/05/raceSchools/ -- Thanks to @kitzj for redesigning code and interface -- Thanks to @erose for helping me with the JavaScript logic -- Thanks to @nav10003 Natalia Vorotyntseva at UConn MAGIC (http://magic.lib.uconn.edu) for code to toggle on/off polygons, display results for multiple regions, and export results +- @kitzj Joe Kitz for redesigning code and interface +- @erose Eli Rose for helping me with the JavaScript logic +- @nav10003 Natalia Vorotyntseva at UConn MAGIC (http://magic.lib.uconn.edu) for code to toggle on/off polygons, display results for multiple regions, and export results +- @alvinschang Alvin Chang for creating functions to display info window data, based on examples such as http://projects.ctmirror.org/content/2014/05/raceSchools/ ## To Do - update all README instructions below -- revise geojson and variable names to remove year; place year in file name only -- add dollar signs in results +- revise code to allow easier data import of Income Per Capita from source, and multiply by population for calculations in the code +- revise geojson and variable names to remove year +- display dollar signs in table +- right-justify numerical data in table - check sums for display and exports, since they do not appear to match - update to newer Leaflet hosted CDN https://leafletjs.com/download.html - add GA code @@ -34,7 +33,6 @@ CT Open Data, Municipal Fiscal Indicators 2021 https://data.ct.gov/Local-Governm ## Steps to construct this - Simplify instructions below: To join new data to the existing Connecticut towns geojson file, use http://mapshaper.org command line tools to jump over steps 2-3-4. See http://www.datavizforall.org/shape/mapshaper/index.html 1) Begin with Leaflet choropleth tutorial at http://leafletjs.com/examples/choropleth.html diff --git a/data.geojson b/data.geojson deleted file mode 100644 index c266ec9..0000000 --- a/data.geojson +++ /dev/null @@ -1,5003 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "Town": "Bethel", - "PopACS2021": 18887, - "IncACS2021": 734704300, - "ENGLY2021": 2646524192.86 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.40596614845322, 41.42820239971312], - [-73.37895313925493, 41.42053139911233], - [-73.34771412506096, 41.35024438646173], - [-73.42433114900301, 41.335297381030905], - [-73.43502215461838, 41.37240738790393], - [-73.40117714542755, 41.4028623949445], - [-73.40596614845322, 41.42820239971312] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bridgeport", - "PopACS2021": 145587, - "IncACS2021": 2930957484, - "ENGLY2021": 8275778088.85 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.24416908442974, 41.22660036572057], - [-73.2014160707547, 41.229474367673745], - [-73.18727206566619, 41.220534366385344], - [-73.16954606005503, 41.222772367398626], - [-73.15763705651882, 41.228385368882726], - [-73.16282805773551, 41.22023336712007], - [-73.15445605357924, 41.194804362416455], - [-73.1542320528385, 41.18303836012061], - [-73.16575605493753, 41.15430535412018], - [-73.17985605940345, 41.15260535333019], - [-73.2210580720118, 41.13990434950512], - [-73.23263607590613, 41.14253034964358], - [-73.23387807714145, 41.15718635247392], - [-73.22227007405463, 41.168936355151935], - [-73.21777007338844, 41.18281235801446], - [-73.21914007468371, 41.19776736089638], - [-73.24416908442974, 41.22660036572057] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Brookfield", - "PopACS2021": 16614, - "IncACS2021": 802074078, - "ENGLY2021": 3191616522.99 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.42694315732838, 41.463842405943865], - [-73.43763616090435, 41.46574140595913], - [-73.44441016379096, 41.477569408031016], - [-73.4414671636407, 41.49130241079316], - [-73.38696514734724, 41.5148024171532], - [-73.37526414205853, 41.48920241257284], - [-73.33157012693091, 41.47268541080588], - [-73.37895313925493, 41.42053139911233], - [-73.40596614845322, 41.42820239971312], - [-73.41578815176017, 41.430345399805574], - [-73.42694315732838, 41.463842405943865] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Danbury", - "PopACS2021": 81967, - "IncACS2021": 2522124590, - "ENGLY2021": 9754447760 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.40596614845322, 41.42820239971312], - [-73.40117714542755, 41.4028623949445], - [-73.43502215461838, 41.37240738790393], - [-73.42433114900301, 41.335297381030905], - [-73.47035816341672, 41.32695637788889], - [-73.48540217001063, 41.35662538316932], - [-73.50157417555843, 41.3620033836814], - [-73.50644517803373, 41.377417386519205], - [-73.54341718996291, 41.37676238516736], - [-73.5370941915996, 41.43971439761112], - [-73.51428118455878, 41.44564439951942], - [-73.42694315732838, 41.463842405943865], - [-73.41578815176017, 41.430345399805574], - [-73.40596614845322, 41.42820239971312] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Darien", - "PopACS2021": 20925, - "IncACS2021": 1984108500, - "ENGLY2021": 12451401016.7 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.50075716096971, 41.11442233537724], - [-73.47456615252483, 41.11470433629265], - [-73.45334914416233, 41.08838933183288], - [-73.44724614196372, 41.084420331254876], - [-73.44404714001183, 41.068358328210536], - [-73.4553651416875, 41.03370532104179], - [-73.45646014128512, 41.020457318405455], - [-73.45646113919923, 40.98384431121403], - [-73.49606215150386, 40.9754973082783], - [-73.49530515513398, 41.043346321625094], - [-73.51815316462775, 41.08028032811711], - [-73.5115141640455, 41.10747933366399], - [-73.50075716096971, 41.11442233537724] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Easton", - "PopACS2021": 7550, - "IncACS2021": 483215100, - "ENGLY2021": 1853145732.44 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.24855708615782, 41.23198536663022], - [-73.26329708981716, 41.21254836235003], - [-73.27956509617178, 41.23160236554426], - [-73.3018641023075, 41.21273736112894], - [-73.32901511113175, 41.213433360378005], - [-73.32363910989675, 41.22222936227299], - [-73.33679011518161, 41.24017136534857], - [-73.36881212754689, 41.27498337109623], - [-73.30479910813804, 41.297772377639774], - [-73.3251631161448, 41.32230338175674], - [-73.30586211047098, 41.33230338433837], - [-73.2730340990529, 41.31865038275083], - [-73.27437209805858, 41.29381437786247], - [-73.27449309752848, 41.283901375923975], - [-73.23610108249497, 41.238440368297596], - [-73.24855708615782, 41.23198536663022] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Fairfield", - "PopACS2021": 60126, - "IncACS2021": 3521940576, - "ENGLY2021": 16145663531.3 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.23263607590613, 41.14253034964358], - [-73.24165907796478, 41.12740434638661], - [-73.26425908454004, 41.11450434312372], - [-73.29006509342736, 41.12405034415501], - [-73.29771009588676, 41.12383134386315], - [-73.3000610978865, 41.14557834804665], - [-73.30740210064636, 41.15234134913165], - [-73.33845811310411, 41.1945473563767], - [-73.32901511113175, 41.213433360378005], - [-73.3018641023075, 41.21273736112894], - [-73.27956509617178, 41.23160236554426], - [-73.26329708981716, 41.21254836235003], - [-73.24855708615782, 41.23198536663022], - [-73.24416908442974, 41.22660036572057], - [-73.21914007468371, 41.19776736089638], - [-73.21777007338844, 41.18281235801446], - [-73.22227007405463, 41.168936355151935], - [-73.23387807714145, 41.15718635247392], - [-73.23263607590613, 41.14253034964358] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Greenwich", - "PopACS2021": 61733, - "IncACS2021": 5594800057, - "ENGLY2021": 45635509075.6 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.55367616940562, 40.963468304026], - [-73.61288618778656, 40.95095129962092], - [-73.65677220386297, 40.98451730476908], - [-73.66026920590882, 41.000492307789486], - [-73.65524220494116, 41.011860310186094], - [-73.72777623347412, 41.10070432519468], - [-73.63440520583164, 41.1438263367247], - [-73.56834417964986, 41.05968332242925], - [-73.56315517685863, 41.04024031878744], - [-73.55385317282146, 41.02218831555168], - [-73.55367616940562, 40.963468304026] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Monroe", - "PopACS2021": 19631, - "IncACS2021": 944604458, - "ENGLY2021": 3207048912.47 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.18327007416978, 41.3917193999203], - [-73.15705606480898, 41.376704397850276], - [-73.17058106811426, 41.35790639374695], - [-73.1768150689697, 41.337595389584486], - [-73.2048010758461, 41.29936838121598], - [-73.27437209805858, 41.29381437786247], - [-73.2730340990529, 41.31865038275083], - [-73.30586211047098, 41.33230338433837], - [-73.22952008797158, 41.37105839438683], - [-73.21902808419173, 41.364459393444], - [-73.2019930791191, 41.37225139551797], - [-73.19588007801654, 41.38753039869321], - [-73.18327007416978, 41.3917193999203] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "New Canaan", - "PopACS2021": 19938, - "IncACS2021": 1943915124, - "ENGLY2021": 11387799065.7 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.55478418219948, 41.17991734641168], - [-73.48489916145053, 41.21175635493655], - [-73.47014115540148, 41.189598351091995], - [-73.46402315179314, 41.16126934575326], - [-73.44890714647606, 41.1537623447808], - [-73.45779814835358, 41.136422341095354], - [-73.47456615252483, 41.11470433629265], - [-73.50075716096971, 41.11442233537724], - [-73.52192816783398, 41.11486733476832], - [-73.53405817376562, 41.1498273412112], - [-73.55478418219948, 41.17991734641168] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "New Fairfield", - "PopACS2021": 14010, - "IncACS2021": 592076610, - "ENGLY2021": 2238854493.26 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.53068919425532, 41.520253413447534], - [-73.50000918459551, 41.52506841540001], - [-73.45056516915702, 41.53510141898441], - [-73.44276716539738, 41.51410241517226], - [-73.4414671636407, 41.49130241079316], - [-73.44441016379096, 41.477569408031016], - [-73.43763616090435, 41.46574140595913], - [-73.42694315732838, 41.463842405943865], - [-73.51428118455878, 41.44564439951942], - [-73.5370941915996, 41.43971439761112], - [-73.53068919425532, 41.520253413447534] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Newtown", - "PopACS2021": 27772, - "IncACS2021": 1345081276, - "ENGLY2021": 4339760782.86 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.30586211047098, 41.33230338433837], - [-73.3251631161448, 41.32230338175674], - [-73.3330631184606, 41.31810338067899], - [-73.34771412506096, 41.35024438646173], - [-73.37895313925493, 41.42053139911233], - [-73.33157012693091, 41.47268541080588], - [-73.31047411986685, 41.46882341074967], - [-73.29959411641453, 41.47011941135896], - [-73.30079411597869, 41.4559114085594], - [-73.29470811351057, 41.44737740710088], - [-73.27825410848148, 41.45264340866431], - [-73.25920610118801, 41.43333740553594], - [-73.24433509672697, 41.43956640723421], - [-73.23591209322127, 41.426161404903134], - [-73.21823608765882, 41.429078406048724], - [-73.20768908374718, 41.42055240473496], - [-73.18485807552385, 41.406304402707875], - [-73.18327007416978, 41.3917193999203], - [-73.19588007801654, 41.38753039869321], - [-73.2019930791191, 41.37225139551797], - [-73.21902808419173, 41.364459393444], - [-73.22952008797158, 41.37105839438683], - [-73.30586211047098, 41.33230338433837] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Norwalk", - "PopACS2021": 86499, - "IncACS2021": 3785801733, - "ENGLY2021": 16572378408.5 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.38380111829738, 41.02879032241514], - [-73.39028211994565, 41.02096932066799], - [-73.45646014128512, 41.020457318405455], - [-73.4553651416875, 41.03370532104179], - [-73.44404714001183, 41.068358328210536], - [-73.44724614196372, 41.084420331254876], - [-73.45334914416233, 41.08838933183288], - [-73.47456615252483, 41.11470433629265], - [-73.45779814835358, 41.136422341095354], - [-73.44890714647606, 41.1537623447808], - [-73.41857913708083, 41.16086534716536], - [-73.39480212999077, 41.171268349979776], - [-73.38707412744822, 41.170503350083166], - [-73.38877012676168, 41.148956345811], - [-73.38272412442885, 41.142348344715174], - [-73.3801491224275, 41.12191234079725], - [-73.3843121229391, 41.10732133780246], - [-73.38380111829738, 41.02879032241514] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Redding", - "PopACS2021": 9207, - "IncACS2021": 556148835, - "ENGLY2021": 2323953484.29 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.43010314618742, 41.254336365053994], - [-73.43819114943103, 41.26519536690731], - [-73.44713915309416, 41.27848336920529], - [-73.45441615713538, 41.307611374645106], - [-73.46605216116774, 41.3122153751588], - [-73.47035816341672, 41.32695637788889], - [-73.42433114900301, 41.335297381030905], - [-73.34771412506096, 41.35024438646173], - [-73.3330631184606, 41.31810338067899], - [-73.3251631161448, 41.32230338175674], - [-73.30479910813804, 41.297772377639774], - [-73.36881212754689, 41.27498337109623], - [-73.43010314618742, 41.254336365053994] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Ridgefield", - "PopACS2021": 24831, - "IncACS2021": 1912657437, - "ENGLY2021": 6598704715.71 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.54341718996291, 41.37676238516736], - [-73.50644517803373, 41.377417386519205], - [-73.50157417555843, 41.3620033836814], - [-73.48540217001063, 41.35662538316932], - [-73.47035816341672, 41.32695637788889], - [-73.46605216116774, 41.3122153751588], - [-73.45441615713538, 41.307611374645106], - [-73.44713915309416, 41.27848336920529], - [-73.43819114943103, 41.26519536690731], - [-73.50253316862471, 41.237236359331526], - [-73.55096318766287, 41.2954293690827], - [-73.54908918878658, 41.3251423749333], - [-73.54341718996291, 41.37676238516736] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Shelton", - "PopACS2021": 40006, - "IncACS2021": 1667410074, - "ENGLY2021": 6470363304.54 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.14688305457364, 41.25537537450777], - [-73.15526705807136, 41.269095376916255], - [-73.17391006408262, 41.268624376218554], - [-73.2048010758461, 41.29936838121598], - [-73.1768150689697, 41.337595389584486], - [-73.17058106811426, 41.35790639374695], - [-73.15705606480898, 41.376704397850276], - [-73.147556061213, 41.367704396406005], - [-73.13605505653942, 41.35120439356412], - [-73.12465505250657, 41.3453043927843], - [-73.11575504887278, 41.3322043905185], - [-73.09093904009079, 41.31926438879894], - [-73.06785203156774, 41.301004385982445], - [-73.06875203118794, 41.289204383648936], - [-73.08685303633644, 41.27660438060168], - [-73.08675303505312, 41.254604376305714], - [-73.09455903767379, 41.25622237636932], - [-73.10829604282746, 41.26859037834135], - [-73.14688305457364, 41.25537537450777] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Sherman", - "PopACS2021": 3627, - "IncACS2021": 214638606, - "ENGLY2021": 970811488.36 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.45056516915702, 41.53510141898441], - [-73.50000918459551, 41.52506841540001], - [-73.53068919425532, 41.520253413447534], - [-73.52104219700126, 41.619781433032124], - [-73.51808119882202, 41.66673144220111], - [-73.5069241951472, 41.66581044239529], - [-73.48468718684384, 41.6474384395875], - [-73.49781119055251, 41.63815343735661], - [-73.45516417135876, 41.54720342117677], - [-73.45056516915702, 41.53510141898441] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Stamford", - "PopACS2021": 123995, - "IncACS2021": 5412009765, - "ENGLY2021": 27068336287.1 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.63440520583164, 41.1438263367247], - [-73.55478418219948, 41.17991734641168], - [-73.53405817376562, 41.1498273412112], - [-73.52192816783398, 41.11486733476832], - [-73.50075716096971, 41.11442233537724], - [-73.5115141640455, 41.10747933366399], - [-73.51815316462775, 41.08028032811711], - [-73.49530515513398, 41.043346321625094], - [-73.49606215150386, 40.9754973082783], - [-73.55367616940562, 40.963468304026], - [-73.55385317282146, 41.02218831555168], - [-73.56315517685863, 41.04024031878744], - [-73.56834417964986, 41.05968332242925], - [-73.63440520583164, 41.1438263367247] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Stratford", - "PopACS2021": 51694, - "IncACS2021": 1768710210, - "ENGLY2021": 6517575794.73 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.16575605493753, 41.15430535412018], - [-73.1542320528385, 41.18303836012061], - [-73.15445605357924, 41.194804362416455], - [-73.16282805773551, 41.22023336712007], - [-73.15763705651882, 41.228385368882726], - [-73.14065205156592, 41.237995371312714], - [-73.14688305457364, 41.25537537450777], - [-73.10829604282746, 41.26859037834135], - [-73.09455903767379, 41.25622237636932], - [-73.08675303505312, 41.254604376305714], - [-73.10995404113613, 41.229404370627485], - [-73.10925403947337, 41.2041053657006], - [-73.121353042449, 41.18750436205961], - [-73.11985404129496, 41.17570535979779], - [-73.10778003698499, 41.168613358799185], - [-73.09535303171798, 41.14660535488838], - [-73.13052404308246, 41.14628835368975], - [-73.16575605493753, 41.15430535412018] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Trumbull", - "PopACS2021": 36251, - "IncACS2021": 1615743321, - "ENGLY2021": 6635054926.49 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.27437209805858, 41.29381437786247], - [-73.2048010758461, 41.29936838121598], - [-73.17391006408262, 41.268624376218554], - [-73.15526705807136, 41.269095376916255], - [-73.14688305457364, 41.25537537450777], - [-73.14065205156592, 41.237995371312714], - [-73.15763705651882, 41.228385368882726], - [-73.16954606005503, 41.222772367398626], - [-73.18727206566619, 41.220534366385344], - [-73.2014160707547, 41.229474367673745], - [-73.24416908442974, 41.22660036572057], - [-73.24855708615782, 41.23198536663022], - [-73.23610108249497, 41.238440368297596], - [-73.27449309752848, 41.283901375923975], - [-73.27437209805858, 41.29381437786247] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Weston", - "PopACS2021": 10261, - "IncACS2021": 929154072, - "ENGLY2021": 3587402584.45 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.36881212754689, 41.27498337109623], - [-73.33679011518161, 41.24017136534857], - [-73.32363910989675, 41.22222936227299], - [-73.32901511113175, 41.213433360378005], - [-73.33845811310411, 41.1945473563767], - [-73.3704551223741, 41.175730351649705], - [-73.37956912589792, 41.18578535331818], - [-73.43010314618742, 41.254336365053994], - [-73.36881212754689, 41.27498337109623] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Westport", - "PopACS2021": 26769, - "IncACS2021": 2442028794, - "ENGLY2021": 14803064448.1 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.38707412744822, 41.170503350083166], - [-73.37956912589792, 41.18578535331818], - [-73.3704551223741, 41.175730351649705], - [-73.33845811310411, 41.1945473563767], - [-73.30740210064636, 41.15234134913165], - [-73.3000610978865, 41.14557834804665], - [-73.29771009588676, 41.12383134386315], - [-73.29556009267588, 41.07960533526227], - [-73.36136211370204, 41.075404332294646], - [-73.36846211439611, 41.047305326550024], - [-73.38380111829738, 41.02879032241514], - [-73.3843121229391, 41.10732133780246], - [-73.3801491224275, 41.12191234079725], - [-73.38272412442885, 41.142348344715174], - [-73.38877012676168, 41.148956345811], - [-73.38707412744822, 41.170503350083166] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Wilton", - "PopACS2021": 18353, - "IncACS2021": 1422834678, - "ENGLY2021": 6054409014.29 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.43819114943103, 41.26519536690731], - [-73.43010314618742, 41.254336365053994], - [-73.37956912589792, 41.18578535331818], - [-73.38707412744822, 41.170503350083166], - [-73.39480212999077, 41.171268349979776], - [-73.41857913708083, 41.16086534716536], - [-73.44890714647606, 41.1537623447808], - [-73.46402315179314, 41.16126934575326], - [-73.47014115540148, 41.189598351091995], - [-73.48489916145053, 41.21175635493655], - [-73.50253316862471, 41.237236359331526], - [-73.43819114943103, 41.26519536690731] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bozrah", - "PopACS2021": 2618, - "IncACS2021": 85074528, - "ENGLY2021": 308291157.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.13541673993664, 41.50401445519601], - [-72.14245174223825, 41.50418845501099], - [-72.18223875586675, 41.51626845612563], - [-72.1934887592953, 41.51198945494069], - [-72.2276247707864, 41.518706455183064], - [-72.21911076912686, 41.538823459367656], - [-72.19402476381163, 41.59040747019097], - [-72.13871074500537, 41.576418469196554], - [-72.13498174340938, 41.56953746797361], - [-72.13268074149606, 41.54847346394429], - [-72.14054874341745, 41.5368244614303], - [-72.13292973939741, 41.50893645623296], - [-72.13541673993664, 41.50401445519601] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Colchester", - "PopACS2021": 16119, - "IncACS2021": 594146340, - "ENGLY2021": 1713186821.36 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.43076783725968, 41.52457544994193], - [-72.46673085229405, 41.583907460343376], - [-72.41722983654996, 41.59060646321173], - [-72.41062983502856, 41.60180646559652], - [-72.38495482592283, 41.58855846383318], - [-72.37544782354132, 41.6013324666156], - [-72.35585181694938, 41.59761846651196], - [-72.3280958083456, 41.60547946891403], - [-72.32451080790975, 41.61857847157187], - [-72.30950580262548, 41.611522470673364], - [-72.26195778504034, 41.574009464873974], - [-72.24740977954238, 41.56037546267733], - [-72.21911076912686, 41.538823459367656], - [-72.31440179907348, 41.51916545255326], - [-72.32293180179332, 41.518127452083185], - [-72.32339480284158, 41.534258455209624], - [-72.43076783725968, 41.52457544994193] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "East Lyme", - "PopACS2021": 19119, - "IncACS2021": 728701566, - "ENGLY2021": 2932491385.15 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.18452274342667, 41.27600540909115], - [-72.24852376422785, 41.275905407082824], - [-72.24834276534183, 41.297340411288914], - [-72.2593127706821, 41.32969441728284], - [-72.27450477707332, 41.35610042197571], - [-72.2767257783571, 41.366305423902176], - [-72.28215478230516, 41.40590743147255], - [-72.27663678241699, 41.440457438391434], - [-72.24202477130297, 41.44320644001], - [-72.21930776219696, 41.41213143465076], - [-72.19276475155041, 41.37555742832861], - [-72.18822274843178, 41.3456054226101], - [-72.17930074492905, 41.334631420739214], - [-72.18262074524323, 41.320621417892816], - [-72.18452274342667, 41.27600540909115] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Franklin", - "PopACS2021": 1950, - "IncACS2021": 71941350, - "ENGLY2021": 278675630.67 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.1041217350758, 41.60080647501909], - [-72.12519573987771, 41.56335346707474], - [-72.13498174340938, 41.56953746797361], - [-72.13871074500537, 41.576418469196554], - [-72.19402476381163, 41.59040747019097], - [-72.15754675565049, 41.65763548439653], - [-72.15339175474075, 41.66565148608286], - [-72.12032874374783, 41.66193348639373], - [-72.1041217350758, 41.60080647501909] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Griswold", - "PopACS2021": 11959, - "IncACS2021": 340221591, - "ENGLY2021": 958388012.38 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.86340865186382, 41.51493446573496], - [-71.90286066502131, 41.520270465563016], - [-71.95458068441775, 41.566538472986906], - [-71.98923369567181, 41.56564947174249], - [-71.9844066965389, 41.610112480546846], - [-71.97525369509295, 41.63812548627826], - [-71.95498368829493, 41.63480748626058], - [-71.88442266561334, 41.64121248968536], - [-71.88387066482059, 41.63003048752758], - [-71.86340865186382, 41.51493446573496] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Groton", - "PopACS2021": 40126, - "IncACS2021": 1329735514, - "ENGLY2021": 5453605492.4 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.96129567741232, 41.3979074398627], - [-71.9673246778481, 41.36974443416602], - [-71.9695506772394, 41.34513242927815], - [-71.98124768015983, 41.32873942570682], - [-71.97684767825679, 41.32003942413718], - [-71.97914767792409, 41.30004042014578], - [-72.01921469045196, 41.2906024170625], - [-72.05511970137529, 41.276606413211226], - [-72.07964971056275, 41.298870416820044], - [-72.08821771691277, 41.36433142937638], - [-72.09292171968117, 41.38700643366682], - [-72.09582172135728, 41.40040643619728], - [-71.96129567741232, 41.3979074398627] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Lebanon", - "PopACS2021": 7322, - "IncACS2021": 262984274, - "ENGLY2021": 843273018.45 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.23955978556059, 41.714199492799715], - [-72.186651766183, 41.676291487107356], - [-72.15754675565049, 41.65763548439653], - [-72.19402476381163, 41.59040747019097], - [-72.21911076912686, 41.538823459367656], - [-72.24740977954238, 41.56037546267733], - [-72.26195778504034, 41.574009464873974], - [-72.30950580262548, 41.611522470673364], - [-72.32451080790975, 41.61857847157187], - [-72.3342268124773, 41.643606476125925], - [-72.30364380308957, 41.65399047910508], - [-72.27866979595397, 41.671983483382796], - [-72.266141792165, 41.67728148480474], - [-72.26393679226081, 41.69184248769849], - [-72.23955978556059, 41.714199492799715] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Ledyard", - "PopACS2021": 15051, - "IncACS2021": 575098710, - "ENGLY2021": 1480806732.29 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.09582172135728, 41.40040643619728], - [-72.09562172265385, 41.42530644107013], - [-72.0966217232039, 41.42940644184016], - [-72.07002171641246, 41.4636064493436], - [-72.05809271307305, 41.47359445166279], - [-72.05507071263939, 41.48365345371942], - [-72.0236317023647, 41.48310945458653], - [-71.95661868075781, 41.48740645749476], - [-71.94743967617624, 41.458225452079915], - [-71.94935267631018, 41.449229450263644], - [-71.94327067348144, 41.4336544474073], - [-71.96367567868296, 41.407030441573866], - [-71.96129567741232, 41.3979074398627], - [-72.09582172135728, 41.40040643619728] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Lisbon", - "PopACS2021": 4334, - "IncACS2021": 160449014, - "ENGLY2021": 565256730.95 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.03121671385898, 41.647250486316096], - [-71.97525369509295, 41.63812548627826], - [-71.9844066965389, 41.610112480546846], - [-71.98923369567181, 41.56564947174249], - [-72.01011070269139, 41.56948847184383], - [-72.01915970479027, 41.553971468541334], - [-72.04612071369317, 41.55600646810198], - [-72.04118471342761, 41.58043847301233], - [-72.04786471639888, 41.59483147560607], - [-72.03544371326346, 41.611455479225725], - [-72.04062071588586, 41.62838148235639], - [-72.03248471358515, 41.634793483855596], - [-72.03121671385898, 41.647250486316096] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Lyme", - "PopACS2021": 2417, - "IncACS2021": 146010970, - "ENGLY2021": 713714387.28 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.36914780708997, 41.34234541632422], - [-72.37939781083135, 41.349754417451756], - [-72.37600481119381, 41.37626342274041], - [-72.38259481368121, 41.38248842374989], - [-72.38718081537039, 41.386062424304136], - [-72.42351482750844, 41.39189642430131], - [-72.42566382870224, 41.40081342597501], - [-72.42685582983806, 41.41428142856684], - [-72.43371083260796, 41.424003430248305], - [-72.42761283058545, 41.42329743030266], - [-72.3055317915902, 41.436290436673545], - [-72.27663678241699, 41.440457438391434], - [-72.28215478230516, 41.40590743147255], - [-72.2767257783571, 41.366305423902176], - [-72.33431879649638, 41.355580420003925], - [-72.36914780708997, 41.34234541632422] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Montville", - "PopACS2021": 19621, - "IncACS2021": 587158425, - "ENGLY2021": 1776946040.82 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.2276247707864, 41.518706455183064], - [-72.1934887592953, 41.51198945494069], - [-72.18223875586675, 41.51626845612563], - [-72.14245174223825, 41.50418845501099], - [-72.13541673993664, 41.50401445519601], - [-72.10831873104544, 41.50288545581855], - [-72.08102072155862, 41.49210745456419], - [-72.0744257188452, 41.48181645276106], - [-72.07002171641246, 41.4636064493436], - [-72.0966217232039, 41.42940644184016], - [-72.09562172265385, 41.42530644107013], - [-72.10647872628192, 41.42699844106404], - [-72.19966875589267, 41.4137254355742], - [-72.21930776219696, 41.41213143465076], - [-72.24202477130297, 41.44320644001], - [-72.22152476480046, 41.44630444125474], - [-72.2126877625385, 41.457461443707935], - [-72.21825376670903, 41.50017545186477], - [-72.2276247707864, 41.518706455183064] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "New London", - "PopACS2021": 27588, - "IncACS2021": 597776784, - "ENGLY2021": 1837874031.76 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.05511970137529, 41.276606413211226], - [-72.08911971242922, 41.27650641214249], - [-72.10147371799299, 41.30495141733751], - [-72.10058271814957, 41.3131594189735], - [-72.11345372399602, 41.34361242453969], - [-72.12853072966786, 41.35764242681875], - [-72.12832073001857, 41.36531442832651], - [-72.11051872517353, 41.38268643227673], - [-72.09292171968117, 41.38700643366682], - [-72.08821771691277, 41.36433142937638], - [-72.07964971056275, 41.298870416820044], - [-72.05511970137529, 41.276606413211226] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "North Stonington", - "PopACS2021": 5291, - "IncACS2021": 199269642, - "ENGLY2021": 765610254.3 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.94327067348144, 41.4336544474073], - [-71.94935267631018, 41.449229450263644], - [-71.94743967617624, 41.458225452079915], - [-71.95661868075781, 41.48740645749476], - [-71.96722768647025, 41.52867446521758], - [-71.90286066502131, 41.520270465563016], - [-71.86340865186382, 41.51493446573496], - [-71.79316062844924, 41.50571246608871], - [-71.79774762514394, 41.416842448581306], - [-71.82033063264265, 41.41939044838962], - [-71.84248863928867, 41.40872244562477], - [-71.86903364824542, 41.414383445919235], - [-71.94327067348144, 41.4336544474073] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Norwich", - "PopACS2021": 40424, - "IncACS2021": 1108304808, - "ENGLY2021": 2936727830.15 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.13498174340938, 41.56953746797361], - [-72.12519573987771, 41.56335346707474], - [-72.1041217350758, 41.60080647501909], - [-72.0639377223844, 41.608306477728114], - [-72.04786471639888, 41.59483147560607], - [-72.04118471342761, 41.58043847301233], - [-72.04612071369317, 41.55600646810198], - [-72.05026471426397, 41.54181046520797], - [-72.04031771043326, 41.531104463430125], - [-72.05864171536226, 41.51208645915469], - [-72.06770371861532, 41.517542459937346], - [-72.07253171878101, 41.49189745478656], - [-72.08102072155862, 41.49210745456419], - [-72.10831873104544, 41.50288545581855], - [-72.13541673993664, 41.50401445519601], - [-72.13292973939741, 41.50893645623296], - [-72.14054874341745, 41.5368244614303], - [-72.13268074149606, 41.54847346394429], - [-72.13498174340938, 41.56953746797361] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Old Lyme", - "PopACS2021": 7598, - "IncACS2021": 373889982, - "ENGLY2021": 2251479918.18 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.24852376422785, 41.275905407082824], - [-72.25982476776998, 41.27350540626058], - [-72.30232578147375, 41.271505404543895], - [-72.33352779165175, 41.272206403707045], - [-72.34954879818267, 41.29631040792821], - [-72.34912179959586, 41.32450041346032], - [-72.36914780708997, 41.34234541632422], - [-72.33431879649638, 41.355580420003925], - [-72.2767257783571, 41.366305423902176], - [-72.27450477707332, 41.35610042197571], - [-72.2593127706821, 41.32969441728284], - [-72.24834276534183, 41.297340411288914], - [-72.24852376422785, 41.275905407082824] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Preston", - "PopACS2021": 4751, - "IncACS2021": 159628849, - "ENGLY2021": 545559501.43 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.07002171641246, 41.4636064493436], - [-72.0744257188452, 41.48181645276106], - [-72.08102072155862, 41.49210745456419], - [-72.07253171878101, 41.49189745478656], - [-72.06770371861532, 41.517542459937346], - [-72.05864171536226, 41.51208645915469], - [-72.04031771043326, 41.531104463430125], - [-72.05026471426397, 41.54181046520797], - [-72.04612071369317, 41.55600646810198], - [-72.01915970479027, 41.553971468541334], - [-72.01011070269139, 41.56948847184383], - [-71.98923369567181, 41.56564947174249], - [-71.95458068441775, 41.566538472986906], - [-71.90286066502131, 41.520270465563016], - [-71.96722768647025, 41.52867446521758], - [-71.95661868075781, 41.48740645749476], - [-72.0236317023647, 41.48310945458653], - [-72.05507071263939, 41.48365345371942], - [-72.05809271307305, 41.47359445166279], - [-72.07002171641246, 41.4636064493436] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Salem", - "PopACS2021": 4173, - "IncACS2021": 170579721, - "ENGLY2021": 489335927.74 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.24202477130297, 41.44320644001], - [-72.27663678241699, 41.440457438391434], - [-72.3055317915902, 41.436290436673545], - [-72.312537796204, 41.478419444672], - [-72.32293180179332, 41.518127452083185], - [-72.31440179907348, 41.51916545255326], - [-72.21911076912686, 41.538823459367656], - [-72.2276247707864, 41.518706455183064], - [-72.21825376670903, 41.50017545186477], - [-72.2126877625385, 41.457461443707935], - [-72.22152476480046, 41.44630444125474], - [-72.24202477130297, 41.44320644001] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Sprague", - "PopACS2021": 2986, - "IncACS2021": 89275428, - "ENGLY2021": 234574730 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.12032874374783, 41.66193348639373], - [-72.06205172419686, 41.65224748632841], - [-72.03121671385898, 41.647250486316096], - [-72.03248471358515, 41.634793483855596], - [-72.04062071588586, 41.62838148235639], - [-72.03544371326346, 41.611455479225725], - [-72.04786471639888, 41.59483147560607], - [-72.0639377223844, 41.608306477728114], - [-72.1041217350758, 41.60080647501909], - [-72.12032874374783, 41.66193348639373] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Stonington", - "PopACS2021": 18527, - "IncACS2021": 829768749, - "ENGLY2021": 3708545647.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.96129567741232, 41.3979074398627], - [-71.96367567868296, 41.407030441573866], - [-71.94327067348144, 41.4336544474073], - [-71.86903364824542, 41.414383445919235], - [-71.84248863928867, 41.40872244562477], - [-71.84220963847804, 41.39538844302405], - [-71.83259163485882, 41.3863934415575], - [-71.83206963379851, 41.369871438338286], - [-71.83763363537626, 41.36550743731349], - [-71.82936563144155, 41.342440433046605], - [-71.85745863942742, 41.320797427945585], - [-71.86653864229797, 41.3191934273535], - [-71.89200565118804, 41.33028342874829], - [-71.90725865476455, 41.304491423224285], - [-71.9294516623075, 41.3103954237019], - [-71.97914767792409, 41.30004042014578], - [-71.97684767825679, 41.32003942413718], - [-71.98124768015983, 41.32873942570682], - [-71.9695506772394, 41.34513242927815], - [-71.9673246778481, 41.36974443416602], - [-71.96129567741232, 41.3979074398627] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Voluntown", - "PopACS2021": 2608, - "IncACS2021": 87574032, - "ENGLY2021": 268254970.62 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.79316062844924, 41.50571246608871], - [-71.86340865186382, 41.51493446573496], - [-71.88387066482059, 41.63003048752758], - [-71.88442266561334, 41.64121248968536], - [-71.85791765712503, 41.64423549108997], - [-71.78765863394621, 41.63992649241158], - [-71.79316062844924, 41.50571246608871] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Waterford", - "PopACS2021": 19508, - "IncACS2021": 761631336, - "ENGLY2021": 4533877854.29 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.08911971242922, 41.27650641214249], - [-72.18452274342667, 41.27600540909115], - [-72.18262074524323, 41.320621417892816], - [-72.17930074492905, 41.334631420739214], - [-72.18822274843178, 41.3456054226101], - [-72.19276475155041, 41.37555742832861], - [-72.21930776219696, 41.41213143465076], - [-72.19966875589267, 41.4137254355742], - [-72.10647872628192, 41.42699844106404], - [-72.09562172265385, 41.42530644107013], - [-72.09582172135728, 41.40040643619728], - [-72.09292171968117, 41.38700643366682], - [-72.11051872517353, 41.38268643227673], - [-72.12832073001857, 41.36531442832651], - [-72.12853072966786, 41.35764242681875], - [-72.11345372399602, 41.34361242453969], - [-72.10058271814957, 41.3131594189735], - [-72.10147371799299, 41.30495141733751], - [-72.08911971242922, 41.27650641214249] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Ashford", - "PopACS2021": 4301, - "IncACS2021": 161059547, - "ENGLY2021": 403533698.79 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.11399575114473, 41.83169851948686], - [-72.13398575783765, 41.834586519418714], - [-72.1645587678444, 41.83492151852406], - [-72.21771978522423, 41.83519251690476], - [-72.21630678801236, 41.89282652807899], - [-72.2169807919294, 41.958169540656094], - [-72.15165477063277, 41.95931054293536], - [-72.14934376900989, 41.94395454004865], - [-72.13939276419084, 41.916192535008115], - [-72.13283176172074, 41.9104185341003], - [-72.1129177534633, 41.8793305287245], - [-72.11399575114473, 41.83169851948686] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Brooklyn", - "PopACS2021": 8220, - "IncACS2021": 217756020, - "ENGLY2021": 736109247.45 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.90618168295023, 41.82682552502005], - [-71.89842467932623, 41.807177521457085], - [-71.88724967537675, 41.80182252076614], - [-71.88896467500149, 41.784886517432554], - [-71.90374267957165, 41.780179516063164], - [-71.91724168285282, 41.75972251168057], - [-71.91394368081549, 41.74233850841204], - [-72.02290371736787, 41.75963350838256], - [-72.01449171714127, 41.804997517429804], - [-71.99196970984498, 41.80614151835243], - [-71.99226271062969, 41.818531520741175], - [-71.97762970583493, 41.81831552115469], - [-71.97660570597061, 41.82677652282366], - [-71.90618168295023, 41.82682552502005] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Canterbury", - "PopACS2021": 5119, - "IncACS2021": 161504450, - "ENGLY2021": 479945793.67 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.91394368081549, 41.74233850841204], - [-71.93104368598445, 41.73477150641501], - [-71.9448326898398, 41.72301750370771], - [-71.95625869374909, 41.72622650397609], - [-71.96632969636691, 41.71407250130578], - [-71.96240869407661, 41.6957794978769], - [-71.94842368835265, 41.67477749423164], - [-71.95498368829493, 41.63480748626058], - [-71.97525369509295, 41.63812548627826], - [-72.03121671385898, 41.647250486316096], - [-72.06205172419686, 41.65224748632841], - [-72.05292072321161, 41.68828149361014], - [-72.05617872500122, 41.70138349605147], - [-72.0525657254889, 41.73143150199229], - [-72.04583372323798, 41.730481502017795], - [-72.02290371736787, 41.75963350838256], - [-71.91394368081549, 41.74233850841204] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Chaplin", - "PopACS2021": 2408, - "IncACS2021": 81486720, - "ENGLY2021": 220319766.21 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.1645587678444, 41.83492151852406], - [-72.13398575783765, 41.834586519418714], - [-72.11399575114473, 41.83169851948686], - [-72.0924467441027, 41.83167852015763], - [-72.09657574191336, 41.76832850776906], - [-72.10262874255874, 41.744443502952585], - [-72.11204574571481, 41.745905502941625], - [-72.15632176059364, 41.75349950302725], - [-72.1645587678444, 41.83492151852406] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Eastford", - "PopACS2021": 1650, - "IncACS2021": 64422600, - "ENGLY2021": 217697015.21 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.15165477063277, 41.95931054293536], - [-72.09922975346633, 41.95895654451508], - [-72.09702475027149, 41.91500253610852], - [-72.04395273289158, 41.91456053768525], - [-72.04473872850579, 41.83155652162511], - [-72.0924467441027, 41.83167852015763], - [-72.11399575114473, 41.83169851948686], - [-72.1129177534633, 41.8793305287245], - [-72.13283176172074, 41.9104185341003], - [-72.13939276419084, 41.916192535008115], - [-72.14934376900989, 41.94395454004865], - [-72.15165477063277, 41.95931054293536] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Hampton", - "PopACS2021": 1815, - "IncACS2021": 65098605, - "ENGLY2021": 188468025 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.0924467441027, 41.83167852015763], - [-72.04473872850579, 41.83155652162511], - [-72.02140172069203, 41.82820752170541], - [-72.01449171714127, 41.804997517429804], - [-72.02290371736787, 41.75963350838256], - [-72.04583372323798, 41.730481502017795], - [-72.0525657254889, 41.73143150199229], - [-72.08098573497449, 41.735140501825235], - [-72.10262874255874, 41.744443502952585], - [-72.09657574191336, 41.76832850776906], - [-72.0924467441027, 41.83167852015763] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Killingly", - "PopACS2021": 17317, - "IncACS2021": 467160709, - "ENGLY2021": 1597543143.25 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.90618168295023, 41.82682552502005], - [-71.91607068718605, 41.84490052821036], - [-71.9273396911975, 41.850780528997824], - [-71.91736068896006, 41.869249532878484], - [-71.90962768645116, 41.86961553318926], - [-71.89834268337293, 41.880652535672674], - [-71.79682865147568, 41.90445454341431], - [-71.79125464248706, 41.774505518436335], - [-71.83870565768822, 41.76884151587594], - [-71.91724168285282, 41.75972251168057], - [-71.90374267957165, 41.780179516063164], - [-71.88896467500149, 41.784886517432554], - [-71.88724967537675, 41.80182252076614], - [-71.89842467932623, 41.807177521457085], - [-71.90618168295023, 41.82682552502005] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Plainfield", - "PopACS2021": 15320, - "IncACS2021": 412046720, - "ENGLY2021": 1194642328.57 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.91394368081549, 41.74233850841204], - [-71.91724168285282, 41.75972251168057], - [-71.83870565768822, 41.76884151587594], - [-71.85791765712503, 41.64423549108997], - [-71.88442266561334, 41.64121248968536], - [-71.95498368829493, 41.63480748626058], - [-71.94842368835265, 41.67477749423164], - [-71.96240869407661, 41.6957794978769], - [-71.96632969636691, 41.71407250130578], - [-71.95625869374909, 41.72622650397609], - [-71.9448326898398, 41.72301750370771], - [-71.93104368598445, 41.73477150641501], - [-71.91394368081549, 41.74233850841204] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Pomfret", - "PopACS2021": 4219, - "IncACS2021": 163414527, - "ENGLY2021": 424281527.54 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.01449171714127, 41.804997517429804], - [-72.02140172069203, 41.82820752170541], - [-72.04473872850579, 41.83155652162511], - [-72.04395273289158, 41.91456053768525], - [-72.0215797255607, 41.914315538337306], - [-71.93384769700413, 41.91686954156516], - [-71.9316736956409, 41.90517253937431], - [-71.92123069119971, 41.88676353614298], - [-71.92496569174168, 41.87454253366538], - [-71.91736068896006, 41.869249532878484], - [-71.9273396911975, 41.850780528997824], - [-71.91607068718605, 41.84490052821036], - [-71.90618168295023, 41.82682552502005], - [-71.97660570597061, 41.82677652282366], - [-71.97762970583493, 41.81831552115469], - [-71.99226271062969, 41.818531520741175], - [-71.99196970984498, 41.80614151835243], - [-72.01449171714127, 41.804997517429804] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Putnam", - "PopACS2021": 9548, - "IncACS2021": 230030416, - "ENGLY2021": 789672372.01 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.93384769700413, 41.91686954156516], - [-71.93179269715242, 41.9315825444689], - [-71.79789465337086, 41.932372548773444], - [-71.79682865147568, 41.90445454341431], - [-71.89834268337293, 41.880652535672674], - [-71.90962768645116, 41.86961553318926], - [-71.91736068896006, 41.869249532878484], - [-71.92496569174168, 41.87454253366538], - [-71.92123069119971, 41.88676353614298], - [-71.9316736956409, 41.90517253937431], - [-71.93384769700413, 41.91686954156516] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Andover", - "PopACS2021": 3095, - "IncACS2021": 118662300, - "ENGLY2021": 359165307.38 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.41025184413186, 41.76551349734589], - [-72.38092083447115, 41.76386849795771], - [-72.35456882606013, 41.767158499428774], - [-72.32887281607984, 41.73882749475713], - [-72.35072082168922, 41.71188948884864], - [-72.35647882298247, 41.70150548665432], - [-72.39874683650504, 41.696916484427845], - [-72.42281884633233, 41.73196849045493], - [-72.40362284018764, 41.73400049145712], - [-72.41025184413186, 41.76551349734589] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bolton", - "PopACS2021": 4971, - "IncACS2021": 226140732, - "ENGLY2021": 614405620.56 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.41889184927781, 41.80656750500949], - [-72.41025184413186, 41.76551349734589], - [-72.40362284018764, 41.73400049145712], - [-72.42281884633233, 41.73196849045493], - [-72.46012985823357, 41.727307488367735], - [-72.46389986049816, 41.7455804917849], - [-72.47346886661143, 41.798272501670084], - [-72.41889184927781, 41.80656750500949] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Columbia", - "PopACS2021": 5476, - "IncACS2021": 220168056, - "ENGLY2021": 676993655.35 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.3342268124773, 41.643606476125925], - [-72.35647882298247, 41.70150548665432], - [-72.35072082168922, 41.71188948884864], - [-72.32887281607984, 41.73882749475713], - [-72.32713581526917, 41.73449249397244], - [-72.29461180412609, 41.725002493160346], - [-72.2847598009188, 41.72512049349372], - [-72.2633117935252, 41.7180504927991], - [-72.24659678834432, 41.722909494266624], - [-72.23955978556059, 41.714199492799715], - [-72.26393679226081, 41.69184248769849], - [-72.266141792165, 41.67728148480474], - [-72.27866979595397, 41.671983483382796], - [-72.30364380308957, 41.65399047910508], - [-72.3342268124773, 41.643606476125925] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Coventry", - "PopACS2021": 12435, - "IncACS2021": 484293510, - "ENGLY2021": 1353205676 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.32887281607984, 41.73882749475713], - [-72.35456882606013, 41.767158499428774], - [-72.38092083447115, 41.76386849795771], - [-72.41025184413186, 41.76551349734589], - [-72.41889184927781, 41.80656750500949], - [-72.42152785121365, 41.825506508584695], - [-72.30974481542165, 41.83778051450055], - [-72.31014581545568, 41.836067514156966], - [-72.31603181565323, 41.80556450807595], - [-72.31191681386106, 41.79761150666831], - [-72.2915578070874, 41.79533350687088], - [-72.27198279933998, 41.77121250282184], - [-72.26613179642698, 41.75336049955043], - [-72.26739379631896, 41.74410549771844], - [-72.25970179299665, 41.72962749515608], - [-72.25264379061437, 41.728210495103625], - [-72.24659678834432, 41.722909494266624], - [-72.2633117935252, 41.7180504927991], - [-72.2847598009188, 41.72512049349372], - [-72.29461180412609, 41.725002493160346], - [-72.32713581526917, 41.73449249397244], - [-72.32887281607984, 41.73882749475713] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Ellington", - "PopACS2021": 15675, - "IncACS2021": 610368825, - "ENGLY2021": 1789664578.54 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.30684982030816, 41.94060953442975], - [-72.30690481970218, 41.92963553231343], - [-72.43131185951066, 41.91505652554959], - [-72.42801785612659, 41.8746065178558], - [-72.49553787767412, 41.86599951404229], - [-72.49681087778234, 41.86062451296475], - [-72.51833088459212, 41.856907511560046], - [-72.51733088500953, 41.869905514099194], - [-72.51333088803386, 41.945409528774604], - [-72.49272988142671, 41.947505529837535], - [-72.40674685389457, 41.95717253444413], - [-72.40722685314984, 41.941405531392995], - [-72.30684982030816, 41.94060953442975] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Hebron", - "PopACS2021": 9638, - "IncACS2021": 406897084, - "ENGLY2021": 1080916745.71 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.45222985348087, 41.68880748116075], - [-72.46012985823357, 41.727307488367735], - [-72.42281884633233, 41.73196849045493], - [-72.39874683650504, 41.696916484427845], - [-72.35647882298247, 41.70150548665432], - [-72.3342268124773, 41.643606476125925], - [-72.32451080790975, 41.61857847157187], - [-72.3280958083456, 41.60547946891403], - [-72.35585181694938, 41.59761846651196], - [-72.37544782354132, 41.6013324666156], - [-72.38495482592283, 41.58855846383318], - [-72.41062983502856, 41.60180646559652], - [-72.40921783619416, 41.630757471263564], - [-72.42942984455539, 41.66230747674582], - [-72.44812985119049, 41.671906478014506], - [-72.45222985348087, 41.68880748116075] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Mansfield", - "PopACS2021": 26379, - "IncACS2021": 513124308, - "ENGLY2021": 1369554703.75 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.15632176059364, 41.75349950302725], - [-72.17164876531623, 41.74847550157364], - [-72.18940477120329, 41.75010550133245], - [-72.19812677282373, 41.72818449681154], - [-72.25264379061437, 41.728210495103625], - [-72.25970179299665, 41.72962749515608], - [-72.26739379631896, 41.74410549771844], - [-72.26613179642698, 41.75336049955043], - [-72.27198279933998, 41.77121250282184], - [-72.2915578070874, 41.79533350687088], - [-72.31191681386106, 41.79761150666831], - [-72.31603181565323, 41.80556450807595], - [-72.31014581545568, 41.836067514156966], - [-72.21771978522423, 41.83519251690476], - [-72.1645587678444, 41.83492151852406], - [-72.15632176059364, 41.75349950302725] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Scotland", - "PopACS2021": 1739, - "IncACS2021": 51460488, - "ENGLY2021": 153397639.84 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.06205172419686, 41.65224748632841], - [-72.12032874374783, 41.66193348639373], - [-72.12248974727817, 41.71276249619024], - [-72.11204574571481, 41.745905502941625], - [-72.10262874255874, 41.744443502952585], - [-72.08098573497449, 41.735140501825235], - [-72.0525657254889, 41.73143150199229], - [-72.05617872500122, 41.70138349605147], - [-72.05292072321161, 41.68828149361014], - [-72.06205172419686, 41.65224748632841] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Sterling", - "PopACS2021": 3801, - "IncACS2021": 100620072, - "ENGLY2021": 320405687.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.78765863394621, 41.63992649241158], - [-71.85791765712503, 41.64423549108997], - [-71.83870565768822, 41.76884151587594], - [-71.79125464248706, 41.774505518436335], - [-71.7872476346928, 41.65607349556473], - [-71.78765863394621, 41.63992649241158] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Thompson", - "PopACS2021": 9411, - "IncACS2021": 300192078, - "ENGLY2021": 813723909.54 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.79789465337086, 41.932372548773444], - [-71.93179269715242, 41.9315825444689], - [-71.9535227080976, 42.000106557003306], - [-71.963021712674, 42.026232561737416], - [-71.89078068891155, 42.02437656363199], - [-71.80064965934129, 42.023577566276145], - [-71.799242658017, 42.00807356333288], - [-71.79789465337086, 41.932372548773444] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Windham", - "PopACS2021": 25315, - "IncACS2021": 513818555, - "ENGLY2021": 1191547481.38 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.23955978556059, 41.714199492799715], - [-72.24659678834432, 41.722909494266624], - [-72.25264379061437, 41.728210495103625], - [-72.19812677282373, 41.72818449681154], - [-72.18940477120329, 41.75010550133245], - [-72.17164876531623, 41.74847550157364], - [-72.15632176059364, 41.75349950302725], - [-72.11204574571481, 41.745905502941625], - [-72.12248974727817, 41.71276249619024], - [-72.12032874374783, 41.66193348639373], - [-72.15339175474075, 41.66565148608286], - [-72.15754675565049, 41.65763548439653], - [-72.186651766183, 41.676291487107356], - [-72.23955978556059, 41.714199492799715] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Woodstock", - "PopACS2021": 7932, - "IncACS2021": 304517412, - "ENGLY2021": 937571433.32 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-71.93179269715242, 41.9315825444689], - [-71.93384769700413, 41.91686954156516], - [-72.0215797255607, 41.914315538337306], - [-72.04395273289158, 41.91456053768525], - [-72.09702475027149, 41.91500253610852], - [-72.09922975346633, 41.95895654451508], - [-72.10216675837141, 42.02881055787289], - [-72.06349674563202, 42.02735555880787], - [-71.963021712674, 42.026232561737416], - [-71.9535227080976, 42.000106557003306], - [-71.93179269715242, 41.9315825444689] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Somers", - "PopACS2021": 11447, - "IncACS2021": 385763900, - "ENGLY2021": 1110037653.49 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.49272988142671, 41.947505529837535], - [-72.50919289179339, 42.03414954596871], - [-72.39743185520135, 42.03309554934257], - [-72.40674685389457, 41.95717253444413], - [-72.49272988142671, 41.947505529837535] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Stafford", - "PopACS2021": 12035, - "IncACS2021": 341059865, - "ENGLY2021": 1046410610.73 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.20508179217697, 42.03107755506403], - [-72.21489479362657, 42.000103548795785], - [-72.23489879775477, 41.95759153997872], - [-72.23670579734075, 41.939871536507475], - [-72.30684982030816, 41.94060953442975], - [-72.40722685314984, 41.941405531392995], - [-72.40674685389457, 41.95717253444413], - [-72.39743185520135, 42.03309554934257], - [-72.3389268360161, 42.03212455102034], - [-72.20508179217697, 42.03107755506403] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Tolland", - "PopACS2021": 14977, - "IncACS2021": 656681542, - "ENGLY2021": 1779999108.07 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.42801785612659, 41.8746065178558], - [-72.43131185951066, 41.91505652554959], - [-72.30690481970218, 41.92963553231343], - [-72.29083181305083, 41.90498352807001], - [-72.29108881268117, 41.896983526518895], - [-72.31167081810061, 41.87398752143054], - [-72.30376881435014, 41.85333151769306], - [-72.30974481542165, 41.83778051450055], - [-72.42152785121365, 41.825506508584695], - [-72.42801785612659, 41.8746065178558] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Union", - "PopACS2021": 1041, - "IncACS2021": 35026527, - "ENGLY2021": 125904472.84 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.10216675837141, 42.02881055787289], - [-72.09922975346633, 41.95895654451508], - [-72.15165477063277, 41.95931054293536], - [-72.2169807919294, 41.958169540656094], - [-72.23489879775477, 41.95759153997872], - [-72.21489479362657, 42.000103548795785], - [-72.20508179217697, 42.03107755506403], - [-72.14310477187016, 42.03059455692726], - [-72.10216675837141, 42.02881055787289] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Vernon", - "PopACS2021": 29179, - "IncACS2021": 1031798619, - "ENGLY2021": 2402677895.06 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.47346886661143, 41.798272501670084], - [-72.4760298682854, 41.81300550443507], - [-72.50753187837351, 41.809706502793134], - [-72.50543087829271, 41.820306504907464], - [-72.49681087778234, 41.86062451296475], - [-72.49553787767412, 41.86599951404229], - [-72.42801785612659, 41.8746065178558], - [-72.42152785121365, 41.825506508584695], - [-72.41889184927781, 41.80656750500949], - [-72.47346886661143, 41.798272501670084] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Willington", - "PopACS2021": 6018, - "IncACS2021": 210124488, - "ENGLY2021": 629316326.95 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.23489879775477, 41.95759153997872], - [-72.2169807919294, 41.958169540656094], - [-72.21630678801236, 41.89282652807899], - [-72.21771978522423, 41.83519251690476], - [-72.31014581545568, 41.836067514156966], - [-72.30974481542165, 41.83778051450055], - [-72.30376881435014, 41.85333151769306], - [-72.31167081810061, 41.87398752143054], - [-72.29108881268117, 41.896983526518895], - [-72.29083181305083, 41.90498352807001], - [-72.30690481970218, 41.92963553231343], - [-72.30684982030816, 41.94060953442975], - [-72.23670579734075, 41.939871536507475], - [-72.23489879775477, 41.95759153997872] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Avon", - "PopACS2021": 18205, - "IncACS2021": 1171746620, - "ENGLY2021": 3603844067.64 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.90848100709884, 41.77605148337934], - [-72.92047601120895, 41.77958148367064], - [-72.92741501487063, 41.8037154881011], - [-72.92118401303989, 41.80712548896161], - [-72.91585501149409, 41.81038648976396], - [-72.8702019969591, 41.81613849235752], - [-72.79855297412367, 41.82489349636939], - [-72.79724197252904, 41.8047074925176], - [-72.80004297269775, 41.79183548994268], - [-72.79674296971686, 41.75880748367121], - [-72.82013197728158, 41.757904482740386], - [-72.88419199858527, 41.76560348215125], - [-72.8952380021288, 41.76469348161688], - [-72.90848100709884, 41.77605148337934] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Berlin", - "PopACS2021": 20179, - "IncACS2021": 781694102, - "ENGLY2021": 3080343787.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.8402449729813, 41.56910644553072], - [-72.8365359724294, 41.58054344787001], - [-72.82645796951446, 41.58687244942302], - [-72.81936596885231, 41.615607455225145], - [-72.82525197145827, 41.62767745737519], - [-72.81418896889333, 41.64571446122746], - [-72.75035794837883, 41.65017546414801], - [-72.7271639407913, 41.64949246476133], - [-72.71529693711285, 41.65271446576692], - [-72.71389793523122, 41.62771346096534], - [-72.71453893410686, 41.604318456406794], - [-72.73167193919502, 41.59578745420165], - [-72.75294194592703, 41.592505452881774], - [-72.75218194490469, 41.57890245026589], - [-72.8012439605293, 41.57310644756348], - [-72.8191459652768, 41.55430644333704], - [-72.82614196764239, 41.55590544342227], - [-72.82764496899354, 41.57100744630584], - [-72.8402449729813, 41.56910644553072] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bloomfield", - "PopACS2021": 20562, - "IncACS2021": 857476524, - "ENGLY2021": 2802966115.41 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.68613793622013, 41.8029074957557], - [-72.69139393820176, 41.807576496487854], - [-72.7175909466856, 41.806631495461446], - [-72.79724197252904, 41.8047074925176], - [-72.79855297412367, 41.82489349636939], - [-72.78333696928226, 41.82691549725185], - [-72.78444097130854, 41.85570650276691], - [-72.77040396818651, 41.88079750805559], - [-72.76505496770812, 41.90262251243136], - [-72.76058596643007, 41.905713513171094], - [-72.73780695822869, 41.892384511341845], - [-72.74296495904078, 41.87736050828125], - [-72.68969194102716, 41.866252507860715], - [-72.68613793622013, 41.8029074957557] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bristol", - "PopACS2021": 60536, - "IncACS2021": 1850767128, - "ENGLY2021": 5400791638.57 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.99855103272265, 41.712506468173956], - [-72.89827100071365, 41.723185473499335], - [-72.89288399743079, 41.69670146855301], - [-72.88338899162041, 41.64947645972004], - [-72.93850200924727, 41.64431945693516], - [-72.98325102352506, 41.639606454569005], - [-72.99855103272265, 41.712506468173956] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Burlington", - "PopACS2021": 9384, - "IncACS2021": 403971816, - "ENGLY2021": 1268897484.76 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.01693704369373, 41.798191484115236], - [-72.94902502206574, 41.806439487922496], - [-72.92118401303989, 41.80712548896161], - [-72.92741501487063, 41.8037154881011], - [-72.92047601120895, 41.77958148367064], - [-72.90848100709884, 41.77605148337934], - [-72.89827100071365, 41.723185473499335], - [-72.99855103272265, 41.712506468173956], - [-72.99895103296308, 41.71440646852812], - [-73.01693704369373, 41.798191484115236] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Canton", - "PopACS2021": 10304, - "IncACS2021": 461928320, - "ENGLY2021": 1540795085.45 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.94902502206574, 41.806439487922496], - [-72.9363490198816, 41.8398064947676], - [-72.95118802488388, 41.84270549484223], - [-72.95364802633819, 41.8538934969171], - [-72.940648024517, 41.895204505293954], - [-72.91534701636544, 41.89680550642761], - [-72.90594601475665, 41.92170451152373], - [-72.87664500515194, 41.9208045123057], - [-72.8730189991115, 41.837398496364926], - [-72.8702019969591, 41.81613849235752], - [-72.91585501149409, 41.81038648976396], - [-72.92118401303989, 41.80712548896161], - [-72.94902502206574, 41.806439487922496] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "East Granby", - "PopACS2021": 5036, - "IncACS2021": 185168684, - "ENGLY2021": 804101890.4 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.73780695822869, 41.892384511341845], - [-72.76058596643007, 41.905713513171094], - [-72.76815496959605, 41.917727515238134], - [-72.78544097524981, 41.91800551473132], - [-72.76293997186164, 41.98590452851488], - [-72.70762295307837, 41.973361527896955], - [-72.71616995450016, 41.94981252309315], - [-72.68763694509022, 41.948104523686915], - [-72.69590694630195, 41.922439518481916], - [-72.72221295520265, 41.92793651868966], - [-72.73780695822869, 41.892384511341845] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "East Hartford", - "PopACS2021": 51241, - "IncACS2021": 1310642298, - "ENGLY2021": 3936906558.07 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.64603592284438, 41.7976074960217], - [-72.58348990262783, 41.80065249861582], - [-72.57123389481733, 41.73380748608512], - [-72.63633591552248, 41.7249074822796], - [-72.64783691944068, 41.72790748249132], - [-72.6446369194157, 41.745707486036906], - [-72.66133692560129, 41.75870748801434], - [-72.66416092729466, 41.772198490531004], - [-72.64593592214086, 41.78590749376506], - [-72.64603592284438, 41.7976074960217] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "East Windsor", - "PopACS2021": 11281, - "IncACS2021": 369667089, - "ENGLY2021": 1330898945.71 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.62173492107122, 41.90460551743873], - [-72.62343492333923, 41.93430552310218], - [-72.51333088803386, 41.945409528774604], - [-72.51733088500953, 41.869905514099194], - [-72.61926491817539, 41.86830451052305], - [-72.62173492107122, 41.90460551743873] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Enfield", - "PopACS2021": 44699, - "IncACS2021": 1321168343, - "ENGLY2021": 4081383174.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.50919289179339, 42.03414954596871], - [-72.49272988142671, 41.947505529837535], - [-72.51333088803386, 41.945409528774604], - [-72.62343492333923, 41.93430552310218], - [-72.61396492077775, 41.94347652517181], - [-72.61163492101751, 41.96079552857855], - [-72.60357992006334, 41.98977953441044], - [-72.60753392190588, 41.9993045361135], - [-72.60693392319887, 42.02500354106905], - [-72.58233291514513, 42.02470354180394], - [-72.57323591248846, 42.03014854314233], - [-72.52813089799102, 42.03430354539033], - [-72.50919289179339, 42.03414954596871] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Farmington", - "PopACS2021": 25429, - "IncACS2021": 1338429986, - "ENGLY2021": 4964907342.86 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.79674296971686, 41.75880748367121], - [-72.79497396848775, 41.74747648153893], - [-72.78247196445705, 41.748181482079], - [-72.77282896066497, 41.73685548020103], - [-72.76247195734136, 41.73771048070044], - [-72.7621799561338, 41.71834947696587], - [-72.76196995591921, 41.71580347648017], - [-72.7829929625942, 41.712848475230565], - [-72.81544297171905, 41.68782846934202], - [-72.87778699259925, 41.69810346931348], - [-72.89288399743079, 41.69670146855301], - [-72.89827100071365, 41.723185473499335], - [-72.90848100709884, 41.77605148337934], - [-72.8952380021288, 41.76469348161688], - [-72.88419199858527, 41.76560348215125], - [-72.82013197728158, 41.757904482740386], - [-72.79674296971686, 41.75880748367121] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Glastonbury", - "PopACS2021": 34551, - "IncACS2021": 1828715328, - "ENGLY2021": 5441509440 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.54423088084772, 41.64270446929688], - [-72.63052490841214, 41.633290464717476], - [-72.62783690793, 41.64020746614487], - [-72.62353590710362, 41.65030746824071], - [-72.62479790859513, 41.669309471883416], - [-72.61201690461486, 41.67250847291204], - [-72.60863090401122, 41.68128347472045], - [-72.61573590671375, 41.688107475815094], - [-72.63268291233379, 41.689869475614], - [-72.63532691369623, 41.69866347723222], - [-72.619716908829, 41.702477478470485], - [-72.62203591013912, 41.712207480279886], - [-72.64057391631083, 41.71453448013646], - [-72.63633591552248, 41.7249074822796], - [-72.57123389481733, 41.73380748608512], - [-72.46389986049816, 41.7455804917849], - [-72.46012985823357, 41.727307488367735], - [-72.45222985348087, 41.68880748116075], - [-72.476798861335, 41.68610247985625], - [-72.48272586299487, 41.68130047873721], - [-72.47731986052477, 41.66876447647875], - [-72.49730786667782, 41.662407474611015], - [-72.50543186845395, 41.647007471366045], - [-72.54423088084772, 41.64270446929688] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Granby", - "PopACS2021": 11284, - "IncACS2021": 624106756, - "ENGLY2021": 1363093257.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.78544097524981, 41.91800551473132], - [-72.87664500515194, 41.9208045123057], - [-72.90594601475665, 41.92170451152373], - [-72.8870610116091, 41.973129522022624], - [-72.8636200077505, 42.03771753518245], - [-72.81354199133426, 42.03650253658211], - [-72.81674199010163, 41.99760352901344], - [-72.77473997666343, 42.00220353126199], - [-72.77841297711777, 41.98944852869336], - [-72.76293997186164, 41.98590452851488], - [-72.78544097524981, 41.91800551473132] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Hartford", - "PopACS2021": 125130, - "IncACS2021": 2079535470, - "ENGLY2021": 6888293807.23 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.64783691944068, 41.72790748249132], - [-72.65560292208546, 41.72991648263089], - [-72.70593893816068, 41.7243084799293], - [-72.71456194093071, 41.72363847952236], - [-72.71390294380326, 41.77742348994037], - [-72.7175909466856, 41.806631495461446], - [-72.69139393820176, 41.807576496487854], - [-72.68613793622013, 41.8029074957557], - [-72.6456409231881, 41.80584249762456], - [-72.64603592284438, 41.7976074960217], - [-72.64593592214086, 41.78590749376506], - [-72.66416092729466, 41.772198490531004], - [-72.66133692560129, 41.75870748801434], - [-72.6446369194157, 41.745707486036906], - [-72.64783691944068, 41.72790748249132] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Hartland", - "PopACS2021": 2257, - "IncACS2021": 78019976, - "ENGLY2021": 288386501.37 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.8636200077505, 42.03771753518245], - [-72.8870610116091, 41.973129522022624], - [-72.96268703610878, 41.97037551902189], - [-73.02953805768036, 41.96661451610753], - [-73.00874605516776, 42.03886253064831], - [-72.8636200077505, 42.03771753518245] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Manchester", - "PopACS2021": 58196, - "IncACS2021": 1907257508, - "ENGLY2021": 5476686373.66 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.58348990262783, 41.80065249861582], - [-72.50543087829271, 41.820306504907464], - [-72.50753187837351, 41.809706502793134], - [-72.4760298682854, 41.81300550443507], - [-72.47346886661143, 41.798272501670084], - [-72.46389986049816, 41.7455804917849], - [-72.57123389481733, 41.73380748608512], - [-72.58348990262783, 41.80065249861582] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Marlborough", - "PopACS2021": 6398, - "IncACS2021": 266982142, - "ENGLY2021": 819164511.7 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.41062983502856, 41.60180646559652], - [-72.41722983654996, 41.59060646321173], - [-72.46673085229405, 41.583907460343376], - [-72.50543186845395, 41.647007471366045], - [-72.49730786667782, 41.662407474611015], - [-72.47731986052477, 41.66876447647875], - [-72.48272586299487, 41.68130047873721], - [-72.476798861335, 41.68610247985625], - [-72.45222985348087, 41.68880748116075], - [-72.44812985119049, 41.671906478014506], - [-72.42942984455539, 41.66230747674582], - [-72.40921783619416, 41.630757471263564], - [-72.41062983502856, 41.60180646559652] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "New Britain", - "PopACS2021": 73112, - "IncACS2021": 1510128360, - "ENGLY2021": 3498493915.71 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.76196995591921, 41.71580347648017], - [-72.75035794837883, 41.65017546414801], - [-72.81418896889333, 41.64571446122746], - [-72.82257397219529, 41.655718462894846], - [-72.8256249739218, 41.66849846527128], - [-72.81544297171905, 41.68782846934202], - [-72.7829929625942, 41.712848475230565], - [-72.76196995591921, 41.71580347648017] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Newington", - "PopACS2021": 30606, - "IncACS2021": 1115955972, - "ENGLY2021": 3651832565.5 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.75035794837883, 41.65017546414801], - [-72.76196995591921, 41.71580347648017], - [-72.7621799561338, 41.71834947696587], - [-72.71456194093071, 41.72363847952236], - [-72.70593893816068, 41.7243084799293], - [-72.70804093804765, 41.7103824771674], - [-72.70036493350085, 41.67458147048294], - [-72.70603993501857, 41.66880746918227], - [-72.70300093319987, 41.65427946646497], - [-72.71529693711285, 41.65271446576692], - [-72.7271639407913, 41.64949246476133], - [-72.75035794837883, 41.65017546414801] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Plainville", - "PopACS2021": 17767, - "IncACS2021": 577978277, - "ENGLY2021": 1884896086.27 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.81544297171905, 41.68782846934202], - [-72.8256249739218, 41.66849846527128], - [-72.82257397219529, 41.655718462894846], - [-72.88338899162041, 41.64947645972004], - [-72.89288399743079, 41.69670146855301], - [-72.87778699259925, 41.69810346931348], - [-72.81544297171905, 41.68782846934202] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Rocky Hill", - "PopACS2021": 19743, - "IncACS2021": 833727147, - "ENGLY2021": 2784951675.36 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.71389793523122, 41.62771346096534], - [-72.71529693711285, 41.65271446576692], - [-72.70300093319987, 41.65427946646497], - [-72.70603993501857, 41.66880746918227], - [-72.68311192772832, 41.67185947050938], - [-72.66982692329458, 41.66996047056756], - [-72.66533792241157, 41.6801064726769], - [-72.6491159174074, 41.68498847414236], - [-72.61573590671375, 41.688107475815094], - [-72.60863090401122, 41.68128347472045], - [-72.61201690461486, 41.67250847291204], - [-72.62479790859513, 41.669309471883416], - [-72.62353590710362, 41.65030746824071], - [-72.62783690793, 41.64020746614487], - [-72.71389793523122, 41.62771346096534] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Simsbury", - "PopACS2021": 23591, - "IncACS2021": 1336972743, - "ENGLY2021": 3192698507.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.8702019969591, 41.81613849235752], - [-72.8730189991115, 41.837398496364926], - [-72.87664500515194, 41.9208045123057], - [-72.78544097524981, 41.91800551473132], - [-72.76815496959605, 41.917727515238134], - [-72.76058596643007, 41.905713513171094], - [-72.76505496770812, 41.90262251243136], - [-72.77040396818651, 41.88079750805559], - [-72.78444097130854, 41.85570650276691], - [-72.78333696928226, 41.82691549725185], - [-72.79855297412367, 41.82489349636939], - [-72.8702019969591, 41.81613849235752] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Southington", - "PopACS2021": 43288, - "IncACS2021": 1646935248, - "ENGLY2021": 5286801017.19 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.93850200924727, 41.64431945693516], - [-72.88338899162041, 41.64947645972004], - [-72.82257397219529, 41.655718462894846], - [-72.81418896889333, 41.64571446122746], - [-72.82525197145827, 41.62767745737519], - [-72.81936596885231, 41.615607455225145], - [-72.82645796951446, 41.58687244942302], - [-72.8365359724294, 41.58054344787001], - [-72.8402449729813, 41.56910644553072], - [-72.84854197557748, 41.567337444919815], - [-72.84414797285594, 41.54470544066706], - [-72.85270797572923, 41.546299440700714], - [-72.86820298091146, 41.54885544069731], - [-72.8739569833712, 41.55916244251279], - [-72.8838859868651, 41.56382044309636], - [-72.94635100676287, 41.55680543971426], - [-72.93364500556447, 41.60780245001753], - [-72.93850200924727, 41.64431945693516] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "South Windsor", - "PopACS2021": 25756, - "IncACS2021": 1066246888, - "ENGLY2021": 3525312497.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.58348990262783, 41.80065249861582], - [-72.64603592284438, 41.7976074960217], - [-72.6456409231881, 41.80584249762456], - [-72.63892792231533, 41.8287615022642], - [-72.62561191894822, 41.84573650596707], - [-72.61926491817539, 41.86830451052305], - [-72.51733088500953, 41.869905514099194], - [-72.51833088459212, 41.856907511560046], - [-72.49681087778234, 41.86062451296475], - [-72.50543087829271, 41.820306504907464], - [-72.58348990262783, 41.80065249861582] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Suffield", - "PopACS2021": 15731, - "IncACS2021": 604038938, - "ENGLY2021": 1948350555.89 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.60693392319887, 42.02500354106905], - [-72.60753392190588, 41.9993045361135], - [-72.60357992006334, 41.98977953441044], - [-72.61163492101751, 41.96079552857855], - [-72.61396492077775, 41.94347652517181], - [-72.68763694509022, 41.948104523686915], - [-72.71616995450016, 41.94981252309315], - [-72.70762295307837, 41.973361527896955], - [-72.76293997186164, 41.98590452851488], - [-72.77841297711777, 41.98944852869336], - [-72.77473997666343, 42.00220353126199], - [-72.76613997418792, 42.00788153263135], - [-72.75176597077537, 42.0298005373049], - [-72.75599497252959, 42.036194538394376], - [-72.70003695429897, 42.036903540345115], - [-72.60793392386188, 42.030803542150416], - [-72.60693392319887, 42.02500354106905] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "West Hartford", - "PopACS2021": 63340, - "IncACS2021": 3007699900, - "ENGLY2021": 9035908809.69 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.71456194093071, 41.72363847952236], - [-72.7621799561338, 41.71834947696587], - [-72.76247195734136, 41.73771048070044], - [-72.77282896066497, 41.73685548020103], - [-72.78247196445705, 41.748181482079], - [-72.79497396848775, 41.74747648153893], - [-72.79674296971686, 41.75880748367121], - [-72.80004297269775, 41.79183548994268], - [-72.79724197252904, 41.8047074925176], - [-72.7175909466856, 41.806631495461446], - [-72.71390294380326, 41.77742348994037], - [-72.71456194093071, 41.72363847952236] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Wethersfield", - "PopACS2021": 26590, - "IncACS2021": 1052618330, - "ENGLY2021": 3147128674.65 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.70603993501857, 41.66880746918227], - [-72.70036493350085, 41.67458147048294], - [-72.70804093804765, 41.7103824771674], - [-72.70593893816068, 41.7243084799293], - [-72.65560292208546, 41.72991648263089], - [-72.64783691944068, 41.72790748249132], - [-72.63633591552248, 41.7249074822796], - [-72.64057391631083, 41.71453448013646], - [-72.62203591013912, 41.712207480279886], - [-72.619716908829, 41.702477478470485], - [-72.63532691369623, 41.69866347723222], - [-72.63268291233379, 41.689869475614], - [-72.61573590671375, 41.688107475815094], - [-72.6491159174074, 41.68498847414236], - [-72.66533792241157, 41.6801064726769], - [-72.66982692329458, 41.66996047056756], - [-72.68311192772832, 41.67185947050938], - [-72.70603993501857, 41.66880746918227] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Windsor", - "PopACS2021": 29100, - "IncACS2021": 1043438700, - "ENGLY2021": 4026160993.3 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.73780695822869, 41.892384511341845], - [-72.72221295520265, 41.92793651868966], - [-72.69590694630195, 41.922439518481916], - [-72.67269393830058, 41.915042517807215], - [-72.64274892766824, 41.90010651589599], - [-72.62173492107122, 41.90460551743873], - [-72.61926491817539, 41.86830451052305], - [-72.62561191894822, 41.84573650596707], - [-72.63892792231533, 41.8287615022642], - [-72.6456409231881, 41.80584249762456], - [-72.68613793622013, 41.8029074957557], - [-72.68969194102716, 41.866252507860715], - [-72.74296495904078, 41.87736050828125], - [-72.73780695822869, 41.892384511341845] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Windsor Locks", - "PopACS2021": 12531, - "IncACS2021": 450276423, - "ENGLY2021": 1833714636.13 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.62173492107122, 41.90460551743873], - [-72.64274892766824, 41.90010651589599], - [-72.67269393830058, 41.915042517807215], - [-72.69590694630195, 41.922439518481916], - [-72.68763694509022, 41.948104523686915], - [-72.61396492077775, 41.94347652517181], - [-72.62343492333923, 41.93430552310218], - [-72.62173492107122, 41.90460551743873] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Chester", - "PopACS2021": 4154, - "IncACS2021": 170542470, - "ENGLY2021": 670265984.4 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.52406285931995, 41.37618741806166], - [-72.53878286663323, 41.421499426440505], - [-72.5241598620649, 41.42482142755147], - [-72.45098383876386, 41.43367343159045], - [-72.43371083260796, 41.424003430248305], - [-72.42685582983806, 41.41428142856684], - [-72.42566382870224, 41.40081342597501], - [-72.43355883132462, 41.401806425920306], - [-72.45457183707762, 41.38238542146556], - [-72.52406285931995, 41.37618741806166] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Clinton", - "PopACS2021": 13239, - "IncACS2021": 501056433, - "ENGLY2021": 2143157440.31 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.53594285642494, 41.25460039390316], - [-72.54583785995379, 41.260312394709906], - [-72.54887386213674, 41.28190039884132], - [-72.55489486401932, 41.280595398395704], - [-72.58565787563539, 41.30986040314948], - [-72.53172885961672, 41.33677241011749], - [-72.51203485348715, 41.341607411684656], - [-72.48339483979187, 41.26235239707712], - [-72.50174284494551, 41.24780339364901], - [-72.51652684976746, 41.248203393261804], - [-72.53594285642494, 41.25460039390316] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Cromwell", - "PopACS2021": 14076, - "IncACS2021": 541405188, - "ENGLY2021": 1794452347.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.62783690793, 41.64020746614487], - [-72.63052490841214, 41.633290464717476], - [-72.61891990354596, 41.61411246136771], - [-72.61947190316651, 41.60425045943605], - [-72.63813590866127, 41.5940284568556], - [-72.6488029110675, 41.5752444528672], - [-72.66809791781677, 41.58355745386469], - [-72.66727991799736, 41.59142845541902], - [-72.68407292405477, 41.60187045690824], - [-72.69606992787715, 41.60044245624677], - [-72.71453893410686, 41.604318456406794], - [-72.71389793523122, 41.62771346096534], - [-72.62783690793, 41.64020746614487] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Deep River", - "PopACS2021": 4615, - "IncACS2021": 188453525, - "ENGLY2021": 674174035.43 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.51395085437674, 41.346411412563235], - [-72.52406285931995, 41.37618741806166], - [-72.45457183707762, 41.38238542146556], - [-72.43355883132462, 41.401806425920306], - [-72.42566382870224, 41.40081342597501], - [-72.42351482750844, 41.39189642430131], - [-72.38718081537039, 41.386062424304136], - [-72.38259481368121, 41.38248842374989], - [-72.41293882308362, 41.374113421159954], - [-72.42523082654733, 41.364506418895935], - [-72.46894383969516, 41.345389413782975], - [-72.47272484030415, 41.33421741147938], - [-72.49823384933629, 41.347607413293105], - [-72.51395085437674, 41.346411412563235] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Durham", - "PopACS2021": 7380, - "IncACS2021": 351871020, - "ENGLY2021": 1008830952.73 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.67789691605942, 41.49623843657812], - [-72.63370190191375, 41.50020943876093], - [-72.62790389919506, 41.48542343606757], - [-72.63703990094976, 41.46383743157294], - [-72.60896089065623, 41.443098428425415], - [-72.65367290490961, 41.4381334260348], - [-72.67873991281195, 41.433805424392304], - [-72.72064092606534, 41.42740542180747], - [-72.74614193411806, 41.42330542019321], - [-72.7391209326841, 41.43830242334025], - [-72.73388693364537, 41.48537643267407], - [-72.67789691605942, 41.49623843657812] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "East Haddam", - "PopACS2021": 9138, - "IncACS2021": 361307382, - "ENGLY2021": 1206408850 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.32293180179332, 41.518127452083185], - [-72.312537796204, 41.478419444672], - [-72.3055317915902, 41.436290436673545], - [-72.42761283058545, 41.42329743030266], - [-72.43371083260796, 41.424003430248305], - [-72.45098383876386, 41.43367343159045], - [-72.46489184433983, 41.45255243483341], - [-72.4695578467622, 41.46875643784473], - [-72.4775368497088, 41.475038438816725], - [-72.47727085038365, 41.48865444147782], - [-72.48791585450286, 41.50037144342297], - [-72.48037385311889, 41.5194734473804], - [-72.45865784702357, 41.53682545144425], - [-72.44954984325895, 41.522538448952], - [-72.43076783725968, 41.52457544994193], - [-72.32339480284158, 41.534258455209624], - [-72.32293180179332, 41.518127452083185] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "East Hampton", - "PopACS2021": 12949, - "IncACS2021": 534508822, - "ENGLY2021": 1555518029.07 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.50543186845395, 41.647007471366045], - [-72.46673085229405, 41.583907460343376], - [-72.43076783725968, 41.52457544994193], - [-72.44954984325895, 41.522538448952], - [-72.45865784702357, 41.53682545144425], - [-72.48037385311889, 41.5194734473804], - [-72.55491287689898, 41.511058443379135], - [-72.55585887798891, 41.52496644605535], - [-72.55134187710145, 41.53531244821141], - [-72.55463787904992, 41.55086845113166], - [-72.5608028812358, 41.55405745155559], - [-72.55767488157068, 41.578045456316936], - [-72.54299487782983, 41.59643246035548], - [-72.54448987941198, 41.61582646407331], - [-72.52929087455432, 41.617443464870725], - [-72.54423088084772, 41.64270446929688], - [-72.50543186845395, 41.647007471366045] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Essex", - "PopACS2021": 6668, - "IncACS2021": 374721596, - "ENGLY2021": 1493863898.47 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.47272484030415, 41.33421741147938], - [-72.46894383969516, 41.345389413782975], - [-72.42523082654733, 41.364506418895935], - [-72.41293882308362, 41.374113421159954], - [-72.38259481368121, 41.38248842374989], - [-72.37600481119381, 41.37626342274041], - [-72.37939781083135, 41.349754417451756], - [-72.36914780708997, 41.34234541632422], - [-72.38387581130598, 41.331992413837135], - [-72.40272981741278, 41.33160641316996], - [-72.42552582441355, 41.324229411010755], - [-72.43578582812074, 41.33097141200712], - [-72.47272484030415, 41.33421741147938] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Haddam", - "PopACS2021": 8343, - "IncACS2021": 365273226, - "ENGLY2021": 1197059823.37 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.45098383876386, 41.43367343159045], - [-72.5241598620649, 41.42482142755147], - [-72.53878286663323, 41.421499426440505], - [-72.56999987640471, 41.41477842414011], - [-72.60896089065623, 41.443098428425415], - [-72.63703990094976, 41.46383743157294], - [-72.62790389919506, 41.48542343606757], - [-72.63370190191375, 41.50020943876093], - [-72.55491287689898, 41.511058443379135], - [-72.48037385311889, 41.5194734473804], - [-72.48791585450286, 41.50037144342297], - [-72.47727085038365, 41.48865444147782], - [-72.4775368497088, 41.475038438816725], - [-72.4695578467622, 41.46875643784473], - [-72.46489184433983, 41.45255243483341], - [-72.45098383876386, 41.43367343159045] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Killingworth", - "PopACS2021": 6501, - "IncACS2021": 340229835, - "ENGLY2021": 970463260.8 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.58565787563539, 41.30986040314948], - [-72.59234387855268, 41.32325240555667], - [-72.61426988602885, 41.32962840610824], - [-72.61121388579639, 41.343241408865694], - [-72.61223388721405, 41.362682412631315], - [-72.60813288614631, 41.36741241368524], - [-72.61232888855994, 41.38618741721771], - [-72.62590989358792, 41.39717341893032], - [-72.63160489624913, 41.4116294215695], - [-72.64921490229274, 41.41735342212555], - [-72.64235190073556, 41.42933142467953], - [-72.65367290490961, 41.4381334260348], - [-72.60896089065623, 41.443098428425415], - [-72.56999987640471, 41.41477842414011], - [-72.53878286663323, 41.421499426440505], - [-72.52406285931995, 41.37618741806166], - [-72.51395085437674, 41.346411412563235], - [-72.51203485348715, 41.341607411684656], - [-72.53172885961672, 41.33677241011749], - [-72.58565787563539, 41.30986040314948] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Middlefield", - "PopACS2021": 4421, - "IncACS2021": 188290390, - "ENGLY2021": 543459169.23 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.73388693364537, 41.48537643267407], - [-72.74333093658707, 41.48312243193303], - [-72.7447429378723, 41.49770643472547], - [-72.74887894186097, 41.544287443649154], - [-72.69455492449335, 41.54953944641036], - [-72.6825759195525, 41.531097443208985], - [-72.67789691605942, 41.49623843657812], - [-72.73388693364537, 41.48537643267407] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Middletown", - "PopACS2021": 47539, - "IncACS2021": 1567170674, - "ENGLY2021": 4608171738.18 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.71453893410686, 41.604318456406794], - [-72.69606992787715, 41.60044245624677], - [-72.68407292405477, 41.60187045690824], - [-72.66727991799736, 41.59142845541902], - [-72.66809791781677, 41.58355745386469], - [-72.6488029110675, 41.5752444528672], - [-72.6386829069341, 41.560396450305966], - [-72.60808989711447, 41.562766451742526], - [-72.59521189266064, 41.55810145124638], - [-72.5608028812358, 41.55405745155559], - [-72.55463787904992, 41.55086845113166], - [-72.55134187710145, 41.53531244821141], - [-72.55585887798891, 41.52496644605535], - [-72.55491287689898, 41.511058443379135], - [-72.63370190191375, 41.50020943876093], - [-72.67789691605942, 41.49623843657812], - [-72.6825759195525, 41.531097443208985], - [-72.69455492449335, 41.54953944641036], - [-72.74887894186097, 41.544287443649154], - [-72.75218194490469, 41.57890245026589], - [-72.75294194592703, 41.592505452881774], - [-72.73167193919502, 41.59578745420165], - [-72.71453893410686, 41.604318456406794] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Old Saybrook", - "PopACS2021": 10258, - "IncACS2021": 452890700, - "ENGLY2021": 2994856250.36 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.36914780708997, 41.34234541632422], - [-72.34912179959586, 41.32450041346032], - [-72.34954879818267, 41.29631040792821], - [-72.33352779165175, 41.272206403707045], - [-72.33955479304444, 41.26190140149902], - [-72.3850298073789, 41.2539063985094], - [-72.41823081838331, 41.257906398253], - [-72.41663581900409, 41.278573402352265], - [-72.42158482089509, 41.28370940320291], - [-72.43285282626672, 41.31468440891287], - [-72.42552582441355, 41.324229411010755], - [-72.40272981741278, 41.33160641316996], - [-72.38387581130598, 41.331992413837135], - [-72.36914780708997, 41.34234541632422] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Portland", - "PopACS2021": 9487, - "IncACS2021": 403852103, - "ENGLY2021": 1123640030.45 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.63052490841214, 41.633290464717476], - [-72.54423088084772, 41.64270446929688], - [-72.52929087455432, 41.617443464870725], - [-72.54448987941198, 41.61582646407331], - [-72.54299487782983, 41.59643246035548], - [-72.55767488157068, 41.578045456316936], - [-72.5608028812358, 41.55405745155559], - [-72.59521189266064, 41.55810145124638], - [-72.60808989711447, 41.562766451742526], - [-72.6386829069341, 41.560396450305966], - [-72.6488029110675, 41.5752444528672], - [-72.63813590866127, 41.5940284568556], - [-72.61947190316651, 41.60425045943605], - [-72.61891990354596, 41.61411246136771], - [-72.63052490841214, 41.633290464717476] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Westbrook", - "PopACS2021": 6922, - "IncACS2021": 284701860, - "ENGLY2021": 1628977476.47 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.42552582441355, 41.324229411010755], - [-72.43285282626672, 41.31468440891287], - [-72.42158482089509, 41.28370940320291], - [-72.41663581900409, 41.278573402352265], - [-72.41823081838331, 41.257906398253], - [-72.45683283049021, 41.250107395512856], - [-72.48704984030462, 41.25015139457153], - [-72.48339483979187, 41.26235239707712], - [-72.51203485348715, 41.341607411684656], - [-72.51395085437674, 41.346411412563235], - [-72.49823384933629, 41.347607413293105], - [-72.47272484030415, 41.33421741147938], - [-72.43578582812074, 41.33097141200712], - [-72.42552582441355, 41.324229411010755] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Barkhamsted", - "PopACS2021": 3772, - "IncACS2021": 144901380, - "ENGLY2021": 485270508.21 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.940648024517, 41.895204505293954], - [-73.0535350608316, 41.88733250008432], - [-73.03402505912489, 41.9663095159016], - [-73.02953805768036, 41.96661451610753], - [-72.96268703610878, 41.97037551902189], - [-72.8870610116091, 41.973129522022624], - [-72.90594601475665, 41.92170451152373], - [-72.91534701636544, 41.89680550642761], - [-72.940648024517, 41.895204505293954] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bethlehem", - "PopACS2021": 3585, - "IncACS2021": 152631375, - "ENGLY2021": 531735907.32 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.17075708618839, 41.66920445417064], - [-73.15775707867262, 41.61270444366455], - [-73.25351010929099, 41.60454043894055], - [-73.26144711538501, 41.66464945030725], - [-73.17075708618839, 41.66920445417064] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bridgewater", - "PopACS2021": 1729, - "IncACS2021": 101525151, - "ENGLY2021": 522898156.74 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.34306813609605, 41.5658634284995], - [-73.34104413448719, 41.54958042541125], - [-73.33031212837058, 41.50441741700693], - [-73.31889012471191, 41.505197417534326], - [-73.32711512617603, 41.484535413253354], - [-73.31047411986685, 41.46882341074967], - [-73.33157012693091, 41.47268541080588], - [-73.37526414205853, 41.48920241257284], - [-73.38696514734724, 41.5148024171532], - [-73.3974131509384, 41.518282417482915], - [-73.4045211540005, 41.53122241975673], - [-73.40354615423271, 41.54058442160352], - [-73.39229615083084, 41.54479242279096], - [-73.3911721511249, 41.556033425006156], - [-73.37204814545369, 41.565113427397215], - [-73.34306813609605, 41.5658634284995] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Canaan", - "PopACS2021": 1148, - "IncACS2021": 46047428, - "ENGLY2021": 242972235.71 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.36178016301406, 41.91835949585327], - [-73.35666816176781, 41.92534249736386], - [-73.37292316923458, 41.961730503801945], - [-73.36713616791653, 41.97117050580476], - [-73.36747716944221, 41.9947635103144], - [-73.35735816661686, 42.002585512150524], - [-73.24360612905882, 41.99402951429781], - [-73.24934612915868, 41.96434450841544], - [-73.26304213075227, 41.916193498719544], - [-73.36178016301406, 41.91835949585327] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Colebrook", - "PopACS2021": 1523, - "IncACS2021": 56696721, - "ENGLY2021": 236048961.12 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.15149509701392, 41.95973451077024], - [-73.12725009400181, 42.042062527355235], - [-73.00874605516776, 42.03886253064831], - [-73.02953805768036, 41.96661451610753], - [-73.03402505912489, 41.9663095159016], - [-73.06423906883114, 41.96392151444995], - [-73.15149509701392, 41.95973451077024] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Cornwall", - "PopACS2021": 1519, - "IncACS2021": 62054188, - "ENGLY2021": 506565540.28 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.41013017098652, 41.78829446923733], - [-73.39487416702495, 41.80505847297254], - [-73.37395916092615, 41.816828475933626], - [-73.3839331649583, 41.830110478157415], - [-73.37418216270612, 41.84553948144952], - [-73.37330816338358, 41.86168948458367], - [-73.36368516070151, 41.86920148634786], - [-73.36538516215334, 41.8842844891896], - [-73.35779215991623, 41.88818849019237], - [-73.36178016301406, 41.91835949585327], - [-73.26304213075227, 41.916193498719544], - [-73.30136813508783, 41.77901247106011], - [-73.38692216301297, 41.78101946860828], - [-73.41483817211005, 41.78145746776397], - [-73.41013017098652, 41.78829446923733] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Goshen", - "PopACS2021": 2953, - "IncACS2021": 113796808, - "ENGLY2021": 740215957.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.29856513417806, 41.779036471157525], - [-73.30136813508783, 41.77901247106011], - [-73.26304213075227, 41.916193498719544], - [-73.16500609866152, 41.91325450139875], - [-73.17066509938202, 41.894283497566086], - [-73.20183710337469, 41.79002247647029], - [-73.29856513417806, 41.779036471157525] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Harwinton", - "PopACS2021": 5636, - "IncACS2021": 244207880, - "ENGLY2021": 760025199.42 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.99895103296308, 41.71440646852812], - [-73.05526305091571, 41.70816846548476], - [-73.06840305512658, 41.70710146484904], - [-73.08750706194895, 41.71757146624692], - [-73.09765106596086, 41.72979346827529], - [-73.11557207249831, 41.741935470032104], - [-73.11977207583773, 41.775650476399385], - [-73.10367807174082, 41.79508848067567], - [-73.07668406315454, 41.79845948221098], - [-73.01693704369373, 41.798191484115236], - [-72.99895103296308, 41.71440646852812] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Kent", - "PopACS2021": 2964, - "IncACS2021": 125480940, - "ENGLY2021": 701869675.15 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.37875315552729, 41.699388453139285], - [-73.38212515567476, 41.68333544992817], - [-73.50407619441874, 41.66911144312757], - [-73.5069241951472, 41.66581044239529], - [-73.51808119882202, 41.66673144220111], - [-73.5079312029537, 41.79153246659786], - [-73.41013017098652, 41.78829446923733], - [-73.41483817211005, 41.78145746776397], - [-73.38692216301297, 41.78101946860828], - [-73.39322916387131, 41.760940464530144], - [-73.40157616619345, 41.75436846298611], - [-73.39854916413222, 41.73617745957979], - [-73.37875315552729, 41.699388453139285] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Litchfield", - "PopACS2021": 8406, - "IncACS2021": 377446212, - "ENGLY2021": 1421529440.56 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.11977207583773, 41.775650476399385], - [-73.11557207249831, 41.741935470032104], - [-73.09765106596086, 41.72979346827529], - [-73.08750706194895, 41.71757146624692], - [-73.06840305512658, 41.70710146484904], - [-73.141355076841, 41.67275745582205], - [-73.15680108437931, 41.71586546364547], - [-73.20007409819782, 41.71163746140656], - [-73.27631412275106, 41.707855458163536], - [-73.27549112174154, 41.695228455752414], - [-73.2942711286339, 41.708682457730085], - [-73.29357012988112, 41.73373046258724], - [-73.29856513417806, 41.779036471157525], - [-73.20183710337469, 41.79002247647029], - [-73.1631820910357, 41.79400147851045], - [-73.15859308900066, 41.78477047688211], - [-73.11977207583773, 41.775650476399385] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Morris", - "PopACS2021": 2380, - "IncACS2021": 89140520, - "ENGLY2021": 464963219.25 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.26144711538501, 41.66464945030725], - [-73.26055811622113, 41.68383145404347], - [-73.27549112174154, 41.695228455752414], - [-73.27631412275106, 41.707855458163536], - [-73.20007409819782, 41.71163746140656], - [-73.15680108437931, 41.71586546364547], - [-73.141355076841, 41.67275745582205], - [-73.1415320768962, 41.67271745580853], - [-73.17075708618839, 41.66920445417064], - [-73.26144711538501, 41.66464945030725] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "New Hartford", - "PopACS2021": 6932, - "IncACS2021": 259679652, - "ENGLY2021": 939030593.43 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.0535350608316, 41.88733250008432], - [-72.940648024517, 41.895204505293954], - [-72.95364802633819, 41.8538934969171], - [-72.95118802488388, 41.84270549484223], - [-72.9363490198816, 41.8398064947676], - [-72.94902502206574, 41.806439487922496], - [-73.01693704369373, 41.798191484115236], - [-73.07668406315454, 41.79845948221098], - [-73.0535350608316, 41.88733250008432] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "New Milford", - "PopACS2021": 27983, - "IncACS2021": 1153571192, - "ENGLY2021": 4007864030.01 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.45056516915702, 41.53510141898441], - [-73.45516417135876, 41.54720342117677], - [-73.49781119055251, 41.63815343735661], - [-73.48468718684384, 41.6474384395875], - [-73.5069241951472, 41.66581044239529], - [-73.50407619441874, 41.66911144312757], - [-73.38212515567476, 41.68333544992817], - [-73.37785915285457, 41.65899244536729], - [-73.35908014602461, 41.64652944358036], - [-73.34862013961511, 41.59519143399543], - [-73.34306813609605, 41.5658634284995], - [-73.37204814545369, 41.565113427397215], - [-73.3911721511249, 41.556033425006156], - [-73.39229615083084, 41.54479242279096], - [-73.40354615423271, 41.54058442160352], - [-73.4045211540005, 41.53122241975673], - [-73.3974131509384, 41.518282417482915], - [-73.38696514734724, 41.5148024171532], - [-73.4414671636407, 41.49130241079316], - [-73.44276716539738, 41.51410241517226], - [-73.45056516915702, 41.53510141898441] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Norfolk", - "PopACS2021": 1497, - "IncACS2021": 61640472, - "ENGLY2021": 379041219.03 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.23294512863448, 42.0450835244311], - [-73.12725009400181, 42.042062527355235], - [-73.15149509701392, 41.95973451077024], - [-73.16500609866152, 41.91325450139875], - [-73.26304213075227, 41.916193498719544], - [-73.24934612915868, 41.96434450841544], - [-73.24360612905882, 41.99402951429781], - [-73.23294512863448, 42.0450835244311] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "North Canaan", - "PopACS2021": 3286, - "IncACS2021": 83434826, - "ENGLY2021": 440728485.71 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.23294512863448, 42.0450835244311], - [-73.24360612905882, 41.99402951429781], - [-73.35735816661686, 42.002585512150524], - [-73.3511111654143, 42.01644351501291], - [-73.35242816657897, 42.02869551731445], - [-73.34066016392386, 42.04829952145893], - [-73.23294512863448, 42.0450835244311] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Plymouth", - "PopACS2021": 12148, - "IncACS2021": 370841996, - "ENGLY2021": 1029418266.41 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.98325102352506, 41.639606454569005], - [-73.00404702964853, 41.62858545175824], - [-73.02147203522713, 41.62711245090579], - [-73.01865103355826, 41.61410544847803], - [-73.036157039311, 41.615205448121124], - [-73.05036304361211, 41.60975644660261], - [-73.06482005012305, 41.64104745219078], - [-73.05526305091571, 41.70816846548476], - [-72.99895103296308, 41.71440646852812], - [-72.99855103272265, 41.712506468173956], - [-72.98325102352506, 41.639606454569005] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Roxbury", - "PopACS2021": 2301, - "IncACS2021": 141730095, - "ENGLY2021": 991561414.29 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.25226610350579, 41.51214242107174], - [-73.31889012471191, 41.505197417534326], - [-73.33031212837058, 41.50441741700693], - [-73.34104413448719, 41.54958042541125], - [-73.34306813609605, 41.5658634284995], - [-73.34862013961511, 41.59519143399543], - [-73.26733711370203, 41.603207438227486], - [-73.25802810681716, 41.53694442569409], - [-73.25226610350579, 41.51214242107174] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Salisbury", - "PopACS2021": 3722, - "IncACS2021": 190216532, - "ENGLY2021": 1569991945.24 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.34066016392386, 42.04829952145893], - [-73.35242816657897, 42.02869551731445], - [-73.3511111654143, 42.01644351501291], - [-73.35735816661686, 42.002585512150524], - [-73.36747716944221, 41.9947635103144], - [-73.36713616791653, 41.97117050580476], - [-73.37292316923458, 41.961730503801945], - [-73.35666816176781, 41.92534249736386], - [-73.36178016301406, 41.91835949585327], - [-73.49660220707321, 41.92175649199888], - [-73.48961620951971, 42.00010050724648], - [-73.48731521176532, 42.04964651680277], - [-73.43281319407656, 42.0505955188143], - [-73.34066016392386, 42.04829952145893] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Sharon", - "PopACS2021": 2769, - "IncACS2021": 145995525, - "ENGLY2021": 985900863.73 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.41013017098652, 41.78829446923733], - [-73.5079312029537, 41.79153246659786], - [-73.49830520587068, 41.89251748633096], - [-73.49660220707321, 41.92175649199888], - [-73.36178016301406, 41.91835949585327], - [-73.35779215991623, 41.88818849019237], - [-73.36538516215334, 41.8842844891896], - [-73.36368516070151, 41.86920148634786], - [-73.37330816338358, 41.86168948458367], - [-73.37418216270612, 41.84553948144952], - [-73.3839331649583, 41.830110478157415], - [-73.37395916092615, 41.816828475933626], - [-73.39487416702495, 41.80505847297254], - [-73.41013017098652, 41.78829446923733] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Thomaston", - "PopACS2021": 7831, - "IncACS2021": 265235970, - "ENGLY2021": 751015892.4 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.1415320768962, 41.67271745580853], - [-73.141355076841, 41.67275745582205], - [-73.06840305512658, 41.70710146484904], - [-73.05526305091571, 41.70816846548476], - [-73.06482005012305, 41.64104745219078], - [-73.05036304361211, 41.60975644660261], - [-73.05802504592766, 41.60674844577007], - [-73.05912004703833, 41.61978644826004], - [-73.07735705361407, 41.63099144983476], - [-73.08103805576607, 41.647459452902254], - [-73.09492606070849, 41.65483945387643], - [-73.12537407115046, 41.6642314546969], - [-73.1415320768962, 41.67271745580853] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Torrington", - "PopACS2021": 36061, - "IncACS2021": 1042126839, - "ENGLY2021": 2999332916.25 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.07668406315454, 41.79845948221098], - [-73.10367807174082, 41.79508848067567], - [-73.11977207583773, 41.775650476399385], - [-73.15859308900066, 41.78477047688211], - [-73.1631820910357, 41.79400147851045], - [-73.20183710337469, 41.79002247647029], - [-73.17066509938202, 41.894283497566086], - [-73.15159609265903, 41.88556849651956], - [-73.15316409240629, 41.87263749398104], - [-73.0535350608316, 41.88733250008432], - [-73.07668406315454, 41.79845948221098] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Warren", - "PopACS2021": 1475, - "IncACS2021": 77977350, - "ENGLY2021": 489722357.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.38692216301297, 41.78101946860828], - [-73.30136813508783, 41.77901247106011], - [-73.29856513417806, 41.779036471157525], - [-73.29357012988112, 41.73373046258724], - [-73.2942711286339, 41.708682457730085], - [-73.3443051441918, 41.69688145379683], - [-73.37875315552729, 41.699388453139285], - [-73.39854916413222, 41.73617745957979], - [-73.40157616619345, 41.75436846298611], - [-73.39322916387131, 41.760940464530144], - [-73.38692216301297, 41.78101946860828] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Washington", - "PopACS2021": 3562, - "IncACS2021": 198852212, - "ENGLY2021": 1527331923.95 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.26144711538501, 41.66464945030725], - [-73.25351010929099, 41.60454043894055], - [-73.26733711370203, 41.603207438227486], - [-73.34862013961511, 41.59519143399543], - [-73.35908014602461, 41.64652944358036], - [-73.37785915285457, 41.65899244536729], - [-73.38212515567476, 41.68333544992817], - [-73.37875315552729, 41.699388453139285], - [-73.3443051441918, 41.69688145379683], - [-73.2942711286339, 41.708682457730085], - [-73.27549112174154, 41.695228455752414], - [-73.26055811622113, 41.68383145404347], - [-73.26144711538501, 41.66464945030725] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Watertown", - "PopACS2021": 22387, - "IncACS2021": 831453180, - "ENGLY2021": 2460853869.42 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.09385405545211, 41.570204437518406], - [-73.14503707135609, 41.557830433447315], - [-73.15775707867262, 41.61270444366455], - [-73.17075708618839, 41.66920445417064], - [-73.1415320768962, 41.67271745580853], - [-73.12537407115046, 41.6642314546969], - [-73.09492606070849, 41.65483945387643], - [-73.08103805576607, 41.647459452902254], - [-73.07735705361407, 41.63099144983476], - [-73.05912004703833, 41.61978644826004], - [-73.05802504592766, 41.60674844577007], - [-73.05801104487651, 41.58865544226421], - [-73.08295605280465, 41.585624440863384], - [-73.09385405545211, 41.570204437518406] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Winchester", - "PopACS2021": 11150, - "IncACS2021": 327609300, - "ENGLY2021": 983598185.71 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.17066509938202, 41.894283497566086], - [-73.16500609866152, 41.91325450139875], - [-73.15149509701392, 41.95973451077024], - [-73.06423906883114, 41.96392151444995], - [-73.03402505912489, 41.9663095159016], - [-73.0535350608316, 41.88733250008432], - [-73.15316409240629, 41.87263749398104], - [-73.15159609265903, 41.88556849651956], - [-73.17066509938202, 41.894283497566086] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Woodbury", - "PopACS2021": 9910, - "IncACS2021": 440737340, - "ENGLY2021": 1491656595.37 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.26733711370203, 41.603207438227486], - [-73.25351010929099, 41.60454043894055], - [-73.15775707867262, 41.61270444366455], - [-73.14503707135609, 41.557830433447315], - [-73.1646770776899, 41.55709643266258], - [-73.1557310723644, 41.51528742484345], - [-73.20419808770136, 41.5085354219474], - [-73.24276610047322, 41.51299342154861], - [-73.25226610350579, 41.51214242107174], - [-73.25802810681716, 41.53694442569409], - [-73.26733711370203, 41.603207438227486] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Ansonia", - "PopACS2021": 19163, - "IncACS2021": 486241962, - "ENGLY2021": 1276588988.57 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.04716302825356, 41.360539398268735], - [-73.0463350271608, 41.34608639547699], - [-73.03914202372212, 41.32666239192008], - [-73.05579902896363, 41.323880390838156], - [-73.07637903592433, 41.32895839116248], - [-73.09625604307213, 41.34130039292556], - [-73.10235404571215, 41.35290439499047], - [-73.09481204371298, 41.360703396755774], - [-73.04716302825356, 41.360539398268735] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Beacon Falls", - "PopACS2021": 6038, - "IncACS2021": 208135898, - "ENGLY2021": 641059735.31 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.08358604253787, 41.40377440551214], - [-73.09269904604878, 41.413458407101636], - [-73.08345604452403, 41.43914341240089], - [-73.07736704404476, 41.46519741766631], - [-73.0617690384706, 41.45627641643846], - [-73.05025103541672, 41.46819441913024], - [-73.0304720288663, 41.465915419329164], - [-73.0257520269725, 41.45960441825487], - [-73.02522102536662, 41.434575413402264], - [-73.02946002587957, 41.41950041033027], - [-73.04165202991561, 41.42090441020839], - [-73.06310903703174, 41.42360641003821], - [-73.07025703864946, 41.411368407423645], - [-73.08358604253787, 41.40377440551214] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Bethany", - "PopACS2021": 5555, - "IncACS2021": 247980755, - "ENGLY2021": 815132209.46 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.95487400025105, 41.394483407869394], - [-73.02998302427848, 41.38851540427813], - [-73.04754403039341, 41.39584240513667], - [-73.04165202991561, 41.42090441020839], - [-73.02946002587957, 41.41950041033027], - [-73.02522102536662, 41.434575413402264], - [-73.0257520269725, 41.45960441825487], - [-73.00423002015637, 41.46256541952854], - [-73.00181201986416, 41.47116742127988], - [-72.95239300344421, 41.464597421601574], - [-72.94804900200567, 41.46410542164627], - [-72.95814000441025, 41.448845418350814], - [-72.96158100459094, 41.432442415046744], - [-72.95071400080015, 41.42782141449808], - [-72.95256100091858, 41.41938241279499], - [-72.94015299642727, 41.41123241160799], - [-72.95487400025105, 41.394483407869394] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Branford", - "PopACS2021": 28025, - "IncACS2021": 1191651025, - "ENGLY2021": 5030865923.31 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.82384395342353, 41.3183323972226], - [-72.79917194575584, 41.32433139918413], - [-72.77134293564438, 41.30510139631567], - [-72.74605992774923, 41.31061339819994], - [-72.7381349238143, 41.28629439369753], - [-72.72804991951844, 41.26800339044027], - [-72.73934492266835, 41.25880438828031], - [-72.73524192096275, 41.25210438709945], - [-72.75942992811783, 41.23975238391079], - [-72.766389931086, 41.25245638617607], - [-72.78421493703233, 41.25540038618374], - [-72.79301493938792, 41.24650438416171], - [-72.81626394654687, 41.23972038209134], - [-72.82917595144384, 41.252376384155774], - [-72.84804095764915, 41.25394438385912], - [-72.86029696107362, 41.24416938155399], - [-72.85227195930861, 41.25905938472444], - [-72.86263196348574, 41.273593387235444], - [-72.85582296225105, 41.29088139083373], - [-72.8401819576803, 41.29980439307893], - [-72.83729395746316, 41.31258039566805], - [-72.82384395342353, 41.3183323972226] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Cheshire", - "PopACS2021": 29264, - "IncACS2021": 1279480608, - "ENGLY2021": 3959962623.2 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.95678901006816, 41.55530343908454], - [-72.94635100676287, 41.55680543971426], - [-72.8838859868651, 41.56382044309636], - [-72.8739569833712, 41.55916244251279], - [-72.86820298091146, 41.54885544069731], - [-72.85270797572923, 41.546299440700714], - [-72.85902597670501, 41.527430436831615], - [-72.85079797340862, 41.51651743497604], - [-72.84629797116665, 41.502837432461604], - [-72.8866679811551, 41.447965420485914], - [-72.91693599165316, 41.459720421797904], - [-72.94804900200567, 41.46410542164627], - [-72.95239300344421, 41.464597421601574], - [-72.9447450017793, 41.47891842463434], - [-72.93505800027195, 41.507570430517674], - [-72.94896300565455, 41.52269043300558], - [-72.96936601271526, 41.530242433811594], - [-72.95678901006816, 41.55530343908454] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Derby", - "PopACS2021": 12841, - "IncACS2021": 354000688, - "ENGLY2021": 943469618.09 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.12465505250657, 41.3453043927843], - [-73.10235404571215, 41.35290439499047], - [-73.09625604307213, 41.34130039292556], - [-73.07637903592433, 41.32895839116248], - [-73.05579902896363, 41.323880390838156], - [-73.03914202372212, 41.32666239192008], - [-73.04070802350344, 41.31389938937828], - [-73.06174703010618, 41.3100873879534], - [-73.06785203156774, 41.301004385982445], - [-73.09093904009079, 41.31926438879894], - [-73.11575504887278, 41.3322043905185], - [-73.12465505250657, 41.3453043927843] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "East Haven", - "PopACS2021": 29167, - "IncACS2021": 908464549, - "ENGLY2021": 2578578931.04 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.86029696107362, 41.24416938155399], - [-72.86204096136301, 41.239257380536785], - [-72.90508197530836, 41.23912937913246], - [-72.89959597401348, 41.24771538098852], - [-72.88725497030944, 41.25298538241534], - [-72.88770697230036, 41.28571738880188], - [-72.87364096893093, 41.30685539338422], - [-72.86030996628826, 41.33664739963078], - [-72.82798895612346, 41.342366401783785], - [-72.82713395692596, 41.36149840554569], - [-72.81700395377283, 41.36388540633618], - [-72.81775295266772, 41.33999040164776], - [-72.82384395342353, 41.3183323972226], - [-72.83729395746316, 41.31258039566805], - [-72.8401819576803, 41.29980439307893], - [-72.85582296225105, 41.29088139083373], - [-72.86263196348574, 41.273593387235444], - [-72.85227195930861, 41.25905938472444], - [-72.86029696107362, 41.24416938155399] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Guilford", - "PopACS2021": 22377, - "IncACS2021": 1188352962, - "ENGLY2021": 4401457458.57 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.73524192096275, 41.25210438709945], - [-72.73934492266835, 41.25880438828031], - [-72.72804991951844, 41.26800339044027], - [-72.7381349238143, 41.28629439369753], - [-72.74605992774923, 41.31061339819994], - [-72.74145092698771, 41.32369940090441], - [-72.74929793372094, 41.39809841517773], - [-72.72337492648809, 41.41915242011141], - [-72.72064092606534, 41.42740542180747], - [-72.67873991281195, 41.433805424392304], - [-72.67967191007651, 41.37976841382323], - [-72.67496190679725, 41.34857440788245], - [-72.66528590291666, 41.33538340561309], - [-72.65047389771648, 41.32839840471875], - [-72.63174089057613, 41.30945540160996], - [-72.6332568905056, 41.299368399589014], - [-72.64387789352108, 41.29161539773543], - [-72.65436089594118, 41.27399639395516], - [-72.65450789552679, 41.265705392327625], - [-72.66493289917696, 41.27049439293422], - [-72.67201590020834, 41.24776338825911], - [-72.68573190486536, 41.25147338855015], - [-72.70454091055737, 41.24411838651236], - [-72.73524192096275, 41.25210438709945] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Hamden", - "PopACS2021": 61468, - "IncACS2021": 2083027584, - "ENGLY2021": 5513135592.27 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.97291000342483, 41.3474043981072], - [-72.97410900483007, 41.365282401555774], - [-72.95487400025105, 41.394483407869394], - [-72.94015299642727, 41.41123241160799], - [-72.95256100091858, 41.41938241279499], - [-72.95071400080015, 41.42782141449808], - [-72.96158100459094, 41.432442415046744], - [-72.95814000441025, 41.448845418350814], - [-72.94804900200567, 41.46410542164627], - [-72.91693599165316, 41.459720421797904], - [-72.8866679811551, 41.447965420485914], - [-72.85136096891854, 41.43439041897887], - [-72.86178297182265, 41.42593541699683], - [-72.88315297861223, 41.42331741579925], - [-72.88752497852788, 41.39683841049878], - [-72.90378698274327, 41.37811540632508], - [-72.90802498346115, 41.36652640392844], - [-72.88174597461555, 41.36090540367704], - [-72.87697097264609, 41.353484402382406], - [-72.8888459753178, 41.33260539792538], - [-72.90254197945515, 41.32720339643049], - [-72.91323798328682, 41.33360239733591], - [-72.953974996714, 41.337374396760566], - [-72.95466999766569, 41.35017039923516], - [-72.97291000342483, 41.3474043981072] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Madison", - "PopACS2021": 18289, - "IncACS2021": 986563527, - "ENGLY2021": 4351612898.75 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.65450789552679, 41.265705392327625], - [-72.65436089594118, 41.27399639395516], - [-72.64387789352108, 41.29161539773543], - [-72.6332568905056, 41.299368399589014], - [-72.63174089057613, 41.30945540160996], - [-72.65047389771648, 41.32839840471875], - [-72.66528590291666, 41.33538340561309], - [-72.67496190679725, 41.34857440788245], - [-72.67967191007651, 41.37976841382323], - [-72.67873991281195, 41.433805424392304], - [-72.65367290490961, 41.4381334260348], - [-72.64235190073556, 41.42933142467953], - [-72.64921490229274, 41.41735342212555], - [-72.63160489624913, 41.4116294215695], - [-72.62590989358792, 41.39717341893032], - [-72.61232888855994, 41.38618741721771], - [-72.60813288614631, 41.36741241368524], - [-72.61223388721405, 41.362682412631315], - [-72.61121388579639, 41.343241408865694], - [-72.61426988602885, 41.32962840610824], - [-72.59234387855268, 41.32325240555667], - [-72.58565787563539, 41.30986040314948], - [-72.55489486401932, 41.280595398395704], - [-72.54887386213674, 41.28190039884132], - [-72.54583785995379, 41.260312394709906], - [-72.53594285642494, 41.25460039390316], - [-72.54445985886159, 41.248672392473125], - [-72.5684678676623, 41.26683539527285], - [-72.57889287130291, 41.271450395847], - [-72.5981978774311, 41.26895439474774], - [-72.62401088595526, 41.27156739444197], - [-72.65450789552679, 41.265705392327625] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Meriden", - "PopACS2021": 60691, - "IncACS2021": 1635076231, - "ENGLY2021": 4263929656.5 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.85270797572923, 41.546299440700714], - [-72.84414797285594, 41.54470544066706], - [-72.84854197557748, 41.567337444919815], - [-72.8402449729813, 41.56910644553072], - [-72.82764496899354, 41.57100744630584], - [-72.82614196764239, 41.55590544342227], - [-72.8191459652768, 41.55430644333704], - [-72.8012439605293, 41.57310644756348], - [-72.75218194490469, 41.57890245026589], - [-72.74887894186097, 41.544287443649154], - [-72.7447429378723, 41.49770643472547], - [-72.77248594680934, 41.49629943356233], - [-72.7959479549064, 41.50461243442599], - [-72.85079797340862, 41.51651743497604], - [-72.85902597670501, 41.527430436831615], - [-72.85270797572923, 41.546299440700714] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Middlebury", - "PopACS2021": 7550, - "IncACS2021": 323917650, - "ENGLY2021": 1338288168.77 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.10423505415727, 41.48940442149686], - [-73.1250180607957, 41.487560420461215], - [-73.15789107156998, 41.48941741974924], - [-73.16035407286883, 41.49806442134829], - [-73.1557310723644, 41.51528742484345], - [-73.1646770776899, 41.55709643266258], - [-73.14503707135609, 41.557830433447315], - [-73.09385405545211, 41.570204437518406], - [-73.08816005192703, 41.54120743207937], - [-73.07011504451678, 41.51430942744554], - [-73.09468605246492, 41.5138134265491], - [-73.09540505198895, 41.5015094241361], - [-73.10423505415727, 41.48940442149686] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Milford", - "PopACS2021": 52894, - "IncACS2021": 2124117252, - "ENGLY2021": 9443606029.99 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.10778003698499, 41.168613358799185], - [-73.11985404129496, 41.17570535979779], - [-73.121353042449, 41.18750436205961], - [-73.10925403947337, 41.2041053657006], - [-73.10995404113613, 41.229404370627485], - [-73.08675303505312, 41.254604376305714], - [-73.08685303633644, 41.27660438060168], - [-73.05151202391436, 41.25950837840394], - [-73.03030801666289, 41.25278737777473], - [-72.9920520038213, 41.24491737746919], - [-72.9867220015581, 41.235433375785554], - [-72.97904799878755, 41.23040537504878], - [-72.98434799985553, 41.218905372627624], - [-72.99599700331407, 41.21331837115908], - [-73.00631500680743, 41.215988371349425], - [-73.01392500865703, 41.20509136897119], - [-73.02698501302893, 41.207599369041326], - [-73.03755001574463, 41.19510536625466], - [-73.05785102177045, 41.18540536370043], - [-73.07364702751713, 41.19657436537749], - [-73.08821803173826, 41.18779836318859], - [-73.10778003698499, 41.168613358799185] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Naugatuck", - "PopACS2021": 31786, - "IncACS2021": 916072520, - "ENGLY2021": 2254139970 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.07011504451678, 41.51430942744554], - [-73.0475530372435, 41.515212428354815], - [-73.01817102796905, 41.51984243020869], - [-73.00181201986416, 41.47116742127988], - [-73.00423002015637, 41.46256541952854], - [-73.0257520269725, 41.45960441825487], - [-73.0304720288663, 41.465915419329164], - [-73.05025103541672, 41.46819441913024], - [-73.0617690384706, 41.45627641643846], - [-73.07736704404476, 41.46519741766631], - [-73.10335605343079, 41.48174542003722], - [-73.10423505415727, 41.48940442149686], - [-73.09540505198895, 41.5015094241361], - [-73.09468605246492, 41.5138134265491], - [-73.07011504451678, 41.51430942744554] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "New Haven", - "PopACS2021": 130338, - "IncACS2021": 3041958582, - "ENGLY2021": 9330121968.76 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.93846498849317, 41.28101738625257], - [-72.9562999954409, 41.3016133897031], - [-72.95629699594146, 41.310467391432596], - [-72.98914900675452, 41.313305390927745], - [-72.9980490096855, 41.31410539079675], - [-72.99681000982343, 41.32360739269179], - [-72.97291000342483, 41.3474043981072], - [-72.95466999766569, 41.35017039923516], - [-72.953974996714, 41.337374396760566], - [-72.91323798328682, 41.33360239733591], - [-72.90254197945515, 41.32720339643049], - [-72.8888459753178, 41.33260539792538], - [-72.86030996628826, 41.33664739963078], - [-72.87364096893093, 41.30685539338422], - [-72.88770697230036, 41.28571738880188], - [-72.88725497030944, 41.25298538241534], - [-72.89959597401348, 41.24771538098852], - [-72.89396597270459, 41.25688238296248], - [-72.90595597804821, 41.28270838762786], - [-72.93846498849317, 41.28101738625257] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "North Branford", - "PopACS2021": 14383, - "IncACS2021": 550451793, - "ENGLY2021": 1785286052.1 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.81772295601654, 41.3994574132517], - [-72.74614193411806, 41.42330542019321], - [-72.72064092606534, 41.42740542180747], - [-72.72337492648809, 41.41915242011141], - [-72.74929793372094, 41.39809841517773], - [-72.74145092698771, 41.32369940090441], - [-72.74605992774923, 41.31061339819994], - [-72.77134293564438, 41.30510139631567], - [-72.79917194575584, 41.32433139918413], - [-72.82384395342353, 41.3183323972226], - [-72.81775295266772, 41.33999040164776], - [-72.81700395377283, 41.36388540633618], - [-72.81772295601654, 41.3994574132517] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "North Haven", - "PopACS2021": 24011, - "IncACS2021": 935828725, - "ENGLY2021": 3814425243.8 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.81700395377283, 41.36388540633618], - [-72.82713395692596, 41.36149840554569], - [-72.82798895612346, 41.342366401783785], - [-72.86030996628826, 41.33664739963078], - [-72.8888459753178, 41.33260539792538], - [-72.87697097264609, 41.353484402382406], - [-72.88174597461555, 41.36090540367704], - [-72.90802498346115, 41.36652640392844], - [-72.90378698274327, 41.37811540632508], - [-72.88752497852788, 41.39683841049878], - [-72.88315297861223, 41.42331741579925], - [-72.86178297182265, 41.42593541699683], - [-72.85136096891854, 41.43439041897887], - [-72.84963996803809, 41.42872441793056], - [-72.82740496057188, 41.42438641779974], - [-72.82760895906732, 41.396649412387085], - [-72.81772295601654, 41.3994574132517], - [-72.81700395377283, 41.36388540633618] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Orange", - "PopACS2021": 13934, - "IncACS2021": 670239334, - "ENGLY2021": 2704439982.86 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.9920520038213, 41.24491737746919], - [-73.03030801666289, 41.25278737777473], - [-73.05151202391436, 41.25950837840394], - [-73.08685303633644, 41.27660438060168], - [-73.06875203118794, 41.289204383648936], - [-73.06785203156774, 41.301004385982445], - [-73.06174703010618, 41.3100873879534], - [-73.04070802350344, 41.31389938937828], - [-73.00876501295032, 41.310418389730906], - [-72.9980490096855, 41.31410539079675], - [-72.98914900675452, 41.313305390927745], - [-72.98426900451955, 41.30179838883794], - [-72.99202800512509, 41.26809738200257], - [-72.9920520038213, 41.24491737746919] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Oxford", - "PopACS2021": 12736, - "IncACS2021": 544069184, - "ENGLY2021": 2060045316.97 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.147556061213, 41.367704396406005], - [-73.15705606480898, 41.376704397850276], - [-73.18327007416978, 41.3917193999203], - [-73.18485807552385, 41.406304402707875], - [-73.20768908374718, 41.42055240473496], - [-73.16475607139434, 41.44777941143269], - [-73.15807207007862, 41.46256241452493], - [-73.15789107156998, 41.48941741974924], - [-73.1250180607957, 41.487560420461215], - [-73.10423505415727, 41.48940442149686], - [-73.10335605343079, 41.48174542003722], - [-73.07736704404476, 41.46519741766631], - [-73.08345604452403, 41.43914341240089], - [-73.09269904604878, 41.413458407101636], - [-73.08358604253787, 41.40377440551214], - [-73.08865804394974, 41.3997044045548], - [-73.11052705095084, 41.39811240353408], - [-73.11583405199295, 41.386272401055464], - [-73.147556061213, 41.367704396406005] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Prospect", - "PopACS2021": 9520, - "IncACS2021": 361293520, - "ENGLY2021": 1192847705.51 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.95239300344421, 41.464597421601574], - [-73.00181201986416, 41.47116742127988], - [-73.01817102796905, 41.51984243020869], - [-72.97763001560533, 41.53382543423949], - [-72.96936601271526, 41.530242433811594], - [-72.94896300565455, 41.52269043300558], - [-72.93505800027195, 41.507570430517674], - [-72.9447450017793, 41.47891842463434], - [-72.95239300344421, 41.464597421601574] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Seymour", - "PopACS2021": 16535, - "IncACS2021": 556683845, - "ENGLY2021": 1663013491.74 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.04716302825356, 41.360539398268735], - [-73.09481204371298, 41.360703396755774], - [-73.10235404571215, 41.35290439499047], - [-73.12465505250657, 41.3453043927843], - [-73.13605505653942, 41.35120439356412], - [-73.147556061213, 41.367704396406005], - [-73.11583405199295, 41.386272401055464], - [-73.11052705095084, 41.39811240353408], - [-73.08865804394974, 41.3997044045548], - [-73.08358604253787, 41.40377440551214], - [-73.07025703864946, 41.411368407423645], - [-73.06310903703174, 41.42360641003821], - [-73.04165202991561, 41.42090441020839], - [-73.04754403039341, 41.39584240513667], - [-73.04716302825356, 41.360539398268735] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Southbury", - "PopACS2021": 19864, - "IncACS2021": 855304112, - "ENGLY2021": 3000056220 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.1557310723644, 41.51528742484345], - [-73.16035407286883, 41.49806442134829], - [-73.15789107156998, 41.48941741974924], - [-73.15807207007862, 41.46256241452493], - [-73.16475607139434, 41.44777941143269], - [-73.20768908374718, 41.42055240473496], - [-73.21823608765882, 41.429078406048724], - [-73.23591209322127, 41.426161404903134], - [-73.24433509672697, 41.43956640723421], - [-73.25920610118801, 41.43333740553594], - [-73.27825410848148, 41.45264340866431], - [-73.29470811351057, 41.44737740710088], - [-73.30079411597869, 41.4559114085594], - [-73.29959411641453, 41.47011941135896], - [-73.31047411986685, 41.46882341074967], - [-73.32711512617603, 41.484535413253354], - [-73.31889012471191, 41.505197417534326], - [-73.25226610350579, 41.51214242107174], - [-73.24276610047322, 41.51299342154861], - [-73.20419808770136, 41.5085354219474], - [-73.1557310723644, 41.51528742484345] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Wallingford", - "PopACS2021": 45112, - "IncACS2021": 1637836272, - "ENGLY2021": 6075318039.59 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.74614193411806, 41.42330542019321], - [-72.81772295601654, 41.3994574132517], - [-72.82760895906732, 41.396649412387085], - [-72.82740496057188, 41.42438641779974], - [-72.84963996803809, 41.42872441793056], - [-72.85136096891854, 41.43439041897887], - [-72.8866679811551, 41.447965420485914], - [-72.84629797116665, 41.502837432461604], - [-72.85079797340862, 41.51651743497604], - [-72.7959479549064, 41.50461243442599], - [-72.77248594680934, 41.49629943356233], - [-72.7447429378723, 41.49770643472547], - [-72.74333093658707, 41.48312243193303], - [-72.73388693364537, 41.48537643267407], - [-72.7391209326841, 41.43830242334025], - [-72.74614193411806, 41.42330542019321] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Waterbury", - "PopACS2021": 110052, - "IncACS2021": 2324298240, - "ENGLY2021": 5758088707.14 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.09385405545211, 41.570204437518406], - [-73.08295605280465, 41.585624440863384], - [-73.05801104487651, 41.58865544226421], - [-73.05802504592766, 41.60674844577007], - [-73.05036304361211, 41.60975644660261], - [-73.036157039311, 41.615205448121124], - [-73.01865103355826, 41.61410544847803], - [-73.01205002966277, 41.58378644281628], - [-72.97985401745008, 41.553357437959036], - [-72.95678901006816, 41.55530343908454], - [-72.96936601271526, 41.530242433811594], - [-72.97763001560533, 41.53382543423949], - [-73.01817102796905, 41.51984243020869], - [-73.0475530372435, 41.515212428354815], - [-73.07011504451678, 41.51430942744554], - [-73.08816005192703, 41.54120743207937], - [-73.09385405545211, 41.570204437518406] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "West Haven", - "PopACS2021": 55349, - "IncACS2021": 1472394098, - "ENGLY2021": 3920079058.76 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-72.9867220015581, 41.235433375785554], - [-72.9920520038213, 41.24491737746919], - [-72.99202800512509, 41.26809738200257], - [-72.98426900451955, 41.30179838883794], - [-72.98914900675452, 41.313305390927745], - [-72.95629699594146, 41.310467391432596], - [-72.9562999954409, 41.3016133897031], - [-72.93846498849317, 41.28101738625257], - [-72.93124498546422, 41.268834384103], - [-72.93296098553142, 41.26017038235363], - [-72.96290899467024, 41.25010737942253], - [-72.97550299781436, 41.23351337577102], - [-72.9867220015581, 41.235433375785554] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Wolcott", - "PopACS2021": 16688, - "IncACS2021": 598832192, - "ENGLY2021": 1846423677.22 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.01865103355826, 41.61410544847803], - [-73.02147203522713, 41.62711245090579], - [-73.00404702964853, 41.62858545175824], - [-72.98325102352506, 41.639606454569005], - [-72.93850200924727, 41.64431945693516], - [-72.93364500556447, 41.60780245001753], - [-72.94635100676287, 41.55680543971426], - [-72.95678901006816, 41.55530343908454], - [-72.97985401745008, 41.553357437959036], - [-73.01205002966277, 41.58378644281628], - [-73.01865103355826, 41.61410544847803] - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "Town": "Woodbridge", - "PopACS2021": 8981, - "IncACS2021": 572592636, - "ENGLY2021": 1693844166.08 - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [-73.04754403039341, 41.39584240513667], - [-73.02998302427848, 41.38851540427813], - [-72.95487400025105, 41.394483407869394], - [-72.97410900483007, 41.365282401555774], - [-72.97291000342483, 41.3474043981072], - [-72.99681000982343, 41.32360739269179], - [-72.9980490096855, 41.31410539079675], - [-73.00876501295032, 41.310418389730906], - [-73.04070802350344, 41.31389938937828], - [-73.03914202372212, 41.32666239192008], - [-73.0463350271608, 41.34608639547699], - [-73.04716302825356, 41.360539398268735], - [-73.04754403039341, 41.39584240513667] - ] - ] - } - } - ] -} diff --git a/index.html b/index.html index 9ca9d90..b5388e2 100644 --- a/index.html +++ b/index.html @@ -4,18 +4,17 @@ MetroMerger - + - + crossorigin="anonymous"> + - - - + crossorigin="anonymous"> +